Index: chrome/browser/sync/glue/ui_model_worker.h |
diff --git a/chrome/browser/sync/glue/ui_model_worker.h b/chrome/browser/sync/glue/ui_model_worker.h |
index 66a2a995e711a1362a0a948b15deb0c3bd7b2c4c..f3a988b5dba2a84616b249395e24a58addaf3064 100644 |
--- a/chrome/browser/sync/glue/ui_model_worker.h |
+++ b/chrome/browser/sync/glue/ui_model_worker.h |
@@ -67,7 +67,7 @@ class UIModelWorker : public browser_sync::ModelSafeWorker { |
// ModelSafeWorker implementation. Called on syncapi SyncerThread. |
virtual void DoWorkAndWaitUntilDone(Callback0::Type* work); |
- virtual ModelSafeGroup GetModelSafeGroup() { return GROUP_UI; } |
+ virtual ModelSafeGroup GetModelSafeGroup(); |
virtual bool CurrentThreadIsWorkThread(); |
// Upon receiving this idempotent call, the ModelSafeWorker can |