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

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl_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: chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
index f016ae4015c992353b7dca95efb47b5dc87c31d8..2f5925a997841e673d3f6d0f14361652240762ba 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc
@@ -24,7 +24,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/app_list/app_list_switches.h"
-using browser_sync::DataTypeController;
+using sync_driver::DataTypeController;
class ProfileSyncComponentsFactoryImplTest : public testing::Test {
protected:

Powered by Google App Engine
This is Rietveld 408576698