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

Unified Diff: components/sync_driver/ui_data_type_controller_unittest.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/ui_data_type_controller_unittest.cc
diff --git a/components/sync_driver/ui_data_type_controller_unittest.cc b/components/sync_driver/ui_data_type_controller_unittest.cc
index 51856923508d865781251779694d69a0dfb9ffdc..46d635baee29af003f57fe414b72a78c4a8eeecc 100644
--- a/components/sync_driver/ui_data_type_controller_unittest.cc
+++ b/components/sync_driver/ui_data_type_controller_unittest.cc
@@ -18,7 +18,7 @@ using testing::_;
using testing::InvokeWithoutArgs;
using testing::Return;
-namespace browser_sync {
+namespace sync_driver {
namespace {
// TODO(zea): Expand this to make the dtc type paramterizable. This will let us
@@ -204,4 +204,4 @@ TEST_F(SyncUIDataTypeControllerTest, OnSingleDatatypeUnrecoverableError) {
}
} // namespace
-} // namespace browser_sync
+} // namespace sync_driver
« no previous file with comments | « components/sync_driver/ui_data_type_controller.cc ('k') | components/sync_driver/user_selectable_sync_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698