| Index: chrome/browser/sync/glue/typed_url_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/typed_url_model_associator.h b/chrome/browser/sync/glue/typed_url_model_associator.h
|
| index 6388de47f366d052cf2b6c98a0546c62cbbb5260..0ab35336e5c26c5e017a111643b944f872f6f264 100644
|
| --- a/chrome/browser/sync/glue/typed_url_model_associator.h
|
| +++ b/chrome/browser/sync/glue/typed_url_model_associator.h
|
| @@ -124,10 +124,6 @@ class TypedUrlModelAssociator
|
| std::vector<base::Time>* new_visits,
|
| history::VisitVector* removed_visits);
|
|
|
| - protected:
|
| - // Returns sync service instance.
|
| - ProfileSyncService* sync_service() { return sync_service_; }
|
| -
|
| private:
|
| typedef std::map<std::string, int64> TypedUrlToSyncIdMap;
|
| typedef std::map<int64, std::string> SyncIdToTypedUrlMap;
|
|
|