Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: ios/chrome/browser/ui/webui/sync_internals/sync_internals_ui.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/webui/sync_internals/sync_internals_ui.cc
diff --git a/ios/chrome/browser/ui/webui/sync_internals/sync_internals_ui.cc b/ios/chrome/browser/ui/webui/sync_internals/sync_internals_ui.cc
index f54f5c881829860eed192cc6d9f6f3851275a3dd..45b1dff0d046ef002018195143e787971508e1fd 100644
--- a/ios/chrome/browser/ui/webui/sync_internals/sync_internals_ui.cc
+++ b/ios/chrome/browser/ui/webui/sync_internals/sync_internals_ui.cc
@@ -19,25 +19,25 @@ web::WebUIIOSDataSource* CreateSyncInternalsHTMLSource() {
web::WebUIIOSDataSource::Create(kChromeUISyncInternalsHost);
source->SetJsonPath("strings.js");
- source->AddResourcePath(syncer::sync_ui_util::kSyncIndexJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kSyncIndexJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_JS);
- source->AddResourcePath(syncer::sync_ui_util::kChromeSyncJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kChromeSyncJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_CHROME_SYNC_JS);
- source->AddResourcePath(syncer::sync_ui_util::kTypesJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kTypesJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_TYPES_JS);
- source->AddResourcePath(syncer::sync_ui_util::kSyncLogJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kSyncLogJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_LOG_JS);
- source->AddResourcePath(syncer::sync_ui_util::kSyncNodeBrowserJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kSyncNodeBrowserJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS);
- source->AddResourcePath(syncer::sync_ui_util::kSyncSearchJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kSyncSearchJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_SEARCH_JS);
- source->AddResourcePath(syncer::sync_ui_util::kAboutJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kAboutJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_ABOUT_JS);
- source->AddResourcePath(syncer::sync_ui_util::kDataJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kDataJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_DATA_JS);
- source->AddResourcePath(syncer::sync_ui_util::kEventsJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kEventsJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_EVENTS_JS);
- source->AddResourcePath(syncer::sync_ui_util::kSearchJS,
+ source->AddResourcePath(sync_driver::sync_ui_util::kSearchJS,
IDR_SYNC_DRIVER_SYNC_INTERNALS_SEARCH_JS);
source->SetDefaultResource(IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_HTML);
return source;
« no previous file with comments | « ios/chrome/browser/ui/webui/sync_internals/sync_internals_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698