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

Unified Diff: chrome/browser/sync/sessions/session_data_type_controller.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/sessions/session_data_type_controller.cc
diff --git a/chrome/browser/sync/sessions/session_data_type_controller.cc b/chrome/browser/sync/sessions/session_data_type_controller.cc
index 25578b633782bf2008e974d58bf050517b1536ee..00c038c8fe6bdf5bc227b622afffe33537d7cc7e 100644
--- a/chrome/browser/sync/sessions/session_data_type_controller.cc
+++ b/chrome/browser/sync/sessions/session_data_type_controller.cc
@@ -18,7 +18,7 @@ using content::BrowserThread;
namespace browser_sync {
SessionDataTypeController::SessionDataTypeController(
- SyncApiComponentFactory* sync_factory,
+ sync_driver::SyncApiComponentFactory* sync_factory,
Profile* profile,
const DisableTypeCallback& disable_callback)
: UIDataTypeController(

Powered by Google App Engine
This is Rietveld 408576698