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

Unified Diff: chrome/browser/supervised_user/supervised_user_sync_data_type_controller.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 | « no previous file | chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h
diff --git a/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h b/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h
index ece36c936fa52736c3a512ce250b767888ec610d..5b7b1afb517d03931fc3ef0ab25b764bf901f23e 100644
--- a/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h
+++ b/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h
@@ -10,7 +10,7 @@
#include "components/sync_driver/data_type_controller.h"
#include "components/sync_driver/ui_data_type_controller.h"
-namespace browser_sync {
+namespace sync_driver {
class SyncApiComponentFactory;
}
@@ -19,12 +19,12 @@ class Profile;
// A UIDataTypeController for supervised user sync datatypes, which enables or
// disables these types based on the profile's IsSupervised state.
class SupervisedUserSyncDataTypeController
- : public browser_sync::UIDataTypeController {
+ : public sync_driver::UIDataTypeController {
public:
SupervisedUserSyncDataTypeController(
const DisableTypeCallback& disable_callback,
syncer::ModelType type,
- browser_sync::SyncApiComponentFactory* sync_factory,
+ sync_driver::SyncApiComponentFactory* sync_factory,
Profile* profile);
virtual bool ReadyForStart() const OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698