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

Unified Diff: chrome/browser/sync/profile_sync_components_factory_mock.cc

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile and chrome/ usage 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_mock.cc
diff --git a/chrome/browser/sync/profile_sync_components_factory_mock.cc b/chrome/browser/sync/profile_sync_components_factory_mock.cc
index 2ed6f14e87518a7d13182d2ee96b4556ab091bc3..985c9f30059aac7af1aecf18445388ddbb4b96d1 100644
--- a/chrome/browser/sync/profile_sync_components_factory_mock.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_mock.cc
@@ -9,8 +9,8 @@
#include "sync/api/attachments/attachment_service_impl.h"
#include "sync/internal_api/public/attachments/fake_attachment_store.h"
-using browser_sync::AssociatorInterface;
-using browser_sync::ChangeProcessor;
+using sync_driver::AssociatorInterface;
+using sync_driver::ChangeProcessor;
using testing::_;
using testing::InvokeWithoutArgs;

Powered by Google App Engine
This is Rietveld 408576698