| Index: chrome/browser/sync/glue/history_model_worker.h
|
| diff --git a/chrome/browser/sync/glue/history_model_worker.h b/chrome/browser/sync/glue/history_model_worker.h
|
| index 32d45dc6c9c95c162ec4aa91dc01d8ec2718fae4..bdd0a2cbe3a69cfcc08ab3e4830eed4b433d7332 100644
|
| --- a/chrome/browser/sync/glue/history_model_worker.h
|
| +++ b/chrome/browser/sync/glue/history_model_worker.h
|
| @@ -31,7 +31,7 @@ class HistoryModelWorker : public browser_sync::ModelSafeWorker,
|
|
|
| // ModelSafeWorker implementation. Called on syncapi SyncerThread.
|
| virtual void DoWorkAndWaitUntilDone(Callback0::Type* work);
|
| - virtual ModelSafeGroup GetModelSafeGroup() { return GROUP_HISTORY; }
|
| + virtual ModelSafeGroup GetModelSafeGroup();
|
| virtual bool CurrentThreadIsWorkThread();
|
|
|
| // CancelableRequestConsumerBase implementation.
|
|
|