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

Unified Diff: components/sync_driver/shared_change_processor_ref.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_ref.cc
diff --git a/components/sync_driver/shared_change_processor_ref.cc b/components/sync_driver/shared_change_processor_ref.cc
index a833effacaa431bd3888fcdf489aeca1e689c4f6..0ba26057f402ef6a5b4ea6afc06a587431e69b98 100644
--- a/components/sync_driver/shared_change_processor_ref.cc
+++ b/components/sync_driver/shared_change_processor_ref.cc
@@ -4,7 +4,7 @@
#include "components/sync_driver/shared_change_processor_ref.h"
-namespace browser_sync {
+namespace sync_driver {
SharedChangeProcessorRef::SharedChangeProcessorRef(
const scoped_refptr<SharedChangeProcessor>& change_processor)
@@ -39,4 +39,4 @@ syncer::SyncError SharedChangeProcessorRef::CreateAndUploadError(
return change_processor_->CreateAndUploadError(from_here, message);
}
-} // namespace browser_sync
+} // namespace sync_driver
« no previous file with comments | « components/sync_driver/shared_change_processor_ref.h ('k') | components/sync_driver/shared_change_processor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698