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

Unified Diff: components/sync_driver/shared_change_processor.cc

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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
Index: components/sync_driver/shared_change_processor.cc
diff --git a/components/sync_driver/shared_change_processor.cc b/components/sync_driver/shared_change_processor.cc
index b9eae4bf5d892d8efd92f38616a9099dc02a1c71..945f9c65a5dab0d45a2f4723d329cc35d64dc60d 100644
--- a/components/sync_driver/shared_change_processor.cc
+++ b/components/sync_driver/shared_change_processor.cc
@@ -12,7 +12,7 @@
using base::AutoLock;
-namespace browser_sync {
+namespace sync_driver {
SharedChangeProcessor::SharedChangeProcessor()
: disconnected_(false),
@@ -43,7 +43,7 @@ SharedChangeProcessor::~SharedChangeProcessor() {
}
base::WeakPtr<syncer::SyncableService> SharedChangeProcessor::Connect(
- browser_sync::SyncApiComponentFactory* sync_factory,
+ SyncApiComponentFactory* sync_factory,
GenericChangeProcessorFactory* processor_factory,
syncer::UserShare* user_share,
DataTypeErrorHandler* error_handler,
@@ -208,4 +208,4 @@ syncer::SyncError SharedChangeProcessor::CreateAndUploadError(
}
}
-} // namespace browser_sync
+} // namespace sync_driver
« no previous file with comments | « components/sync_driver/shared_change_processor.h ('k') | components/sync_driver/shared_change_processor_ref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698