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

Unified Diff: chrome/browser/sync/glue/session_data_type_controller.cc

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 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/glue/session_data_type_controller.cc
diff --git a/chrome/browser/sync/glue/session_data_type_controller.cc b/chrome/browser/sync/glue/session_data_type_controller.cc
index fe1cbcbfa7c0bcb68e14d81350563f7f185e1611..a8f627f9a68a6fdddc8fc2d0c570baac7c85fab9 100644
--- a/chrome/browser/sync/glue/session_data_type_controller.cc
+++ b/chrome/browser/sync/glue/session_data_type_controller.cc
@@ -28,8 +28,8 @@ SessionModelAssociator* SessionDataTypeController::GetModelAssociator() {
return reinterpret_cast<SessionModelAssociator*>(model_associator_.get());
}
-syncable::ModelType SessionDataTypeController::type() const {
- return syncable::SESSIONS;
+syncer::ModelType SessionDataTypeController::type() const {
+ return syncer::SESSIONS;
}
bool SessionDataTypeController::StartModels() {
« no previous file with comments | « chrome/browser/sync/glue/session_data_type_controller.h ('k') | chrome/browser/sync/glue/session_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698