|
@@ -2,19 +2,19 @@
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
// found in the LICENSE-CHROMIUM file.
|
|
|
|
|
|
-#include "browser/browser_context.h"
|
|
|
+#include "brightray/browser/browser_context.h"
|
|
|
|
|
|
#include "base/files/file_path.h"
|
|
|
#include "base/path_service.h"
|
|
|
#include "base/strings/string_util.h"
|
|
|
-#include "browser/brightray_paths.h"
|
|
|
-#include "browser/browser_client.h"
|
|
|
-#include "browser/inspectable_web_contents_impl.h"
|
|
|
-#include "browser/media/media_device_id_salt.h"
|
|
|
-#include "browser/network_delegate.h"
|
|
|
-#include "browser/special_storage_policy.h"
|
|
|
-#include "browser/zoom_level_delegate.h"
|
|
|
-#include "common/application_info.h"
|
|
|
+#include "brightray/browser/brightray_paths.h"
|
|
|
+#include "brightray/browser/browser_client.h"
|
|
|
+#include "brightray/browser/inspectable_web_contents_impl.h"
|
|
|
+#include "brightray/browser/media/media_device_id_salt.h"
|
|
|
+#include "brightray/browser/network_delegate.h"
|
|
|
+#include "brightray/browser/special_storage_policy.h"
|
|
|
+#include "brightray/browser/zoom_level_delegate.h"
|
|
|
+#include "brightray/common/application_info.h"
|
|
|
#include "components/prefs/json_pref_store.h"
|
|
|
#include "components/prefs/pref_registry_simple.h"
|
|
|
#include "components/prefs/pref_service.h"
|