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

Unified Diff: components/sync_driver/model_associator_mock.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/model_associator_mock.cc
diff --git a/components/sync_driver/model_associator_mock.cc b/components/sync_driver/model_associator_mock.cc
index 199555b4ebf5e93b007ae25bfa290f755b6640a4..24b59558245a8cf3521da1479d7fc2eb90215664 100644
--- a/components/sync_driver/model_associator_mock.cc
+++ b/components/sync_driver/model_associator_mock.cc
@@ -4,10 +4,10 @@
#include "components/sync_driver/model_associator_mock.h"
-namespace browser_sync {
+namespace sync_driver {
ModelAssociatorMock::ModelAssociatorMock() {}
ModelAssociatorMock::~ModelAssociatorMock() {}
-} // namespace browser_sync
+} // namespace sync_driver
« no previous file with comments | « components/sync_driver/model_associator_mock.h ('k') | components/sync_driver/non_blocking_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698