| 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
|
|
|