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

Unified Diff: chrome/browser/sync/glue/session_model_associator.h

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_model_associator.h
diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h
index 76f49fbb84d6d26809513d95e7c9ad19fdc5f6ef..24a1f9a048b59f94c26816303e6942e41c153da7 100644
--- a/chrome/browser/sync/glue/session_model_associator.h
+++ b/chrome/browser/sync/glue/session_model_associator.h
@@ -218,7 +218,7 @@ class SessionModelAssociator
void FaviconsUpdated(const std::set<GURL>& urls);
// Returns the syncable model type.
- static syncable::ModelType model_type() { return syncable::SESSIONS; }
+ static syncer::ModelType model_type() { return syncer::SESSIONS; }
// Testing only. Will cause the associator to call MessageLoop::Quit()
// when a local change is made, or when timeout_milli occurs, whichever is
« no previous file with comments | « chrome/browser/sync/glue/session_data_type_controller.cc ('k') | chrome/browser/sync/glue/session_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698