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

Unified Diff: components/sync_driver/data_type_controller_mock.h

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
« no previous file with comments | « components/sync_driver/data_type_controller.cc ('k') | components/sync_driver/data_type_controller_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/data_type_controller_mock.h
diff --git a/components/sync_driver/data_type_controller_mock.h b/components/sync_driver/data_type_controller_mock.h
index 1f3b9d6002e836f981ce73ccad0b4df985a279d4..57fe8ece31554871df05e4ca24e8819da1bf42c1 100644
--- a/components/sync_driver/data_type_controller_mock.h
+++ b/components/sync_driver/data_type_controller_mock.h
@@ -9,7 +9,7 @@
#include "sync/api/sync_error.h"
#include "testing/gmock/include/gmock/gmock.h"
-namespace browser_sync {
+namespace sync_driver {
class StartCallbackMock {
public:
@@ -29,6 +29,6 @@ class ModelLoadCallbackMock {
MOCK_METHOD2(Run, void(syncer::ModelType, syncer::SyncError));
};
-} // namespace browser_sync
+} // namespace sync_driver
#endif // COMPONENTS_SYNC_DRIVER_DATA_TYPE_CONTROLLER_MOCK_H__
« no previous file with comments | « components/sync_driver/data_type_controller.cc ('k') | components/sync_driver/data_type_controller_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698