Index: chrome/browser/sync/glue/database_model_worker.h |
diff --git a/chrome/browser/sync/glue/database_model_worker.h b/chrome/browser/sync/glue/database_model_worker.h |
index 5b3a69979e57672654c95b2055fda71772abf6e9..6d6a873a25269b5bb9fc7729c074143bc90aad8a 100644 |
--- a/chrome/browser/sync/glue/database_model_worker.h |
+++ b/chrome/browser/sync/glue/database_model_worker.h |
@@ -23,7 +23,7 @@ class DatabaseModelWorker : public browser_sync::ModelSafeWorker { |
// ModelSafeWorker implementation. Called on syncapi SyncerThread. |
virtual void DoWorkAndWaitUntilDone(Callback0::Type* work); |
- virtual ModelSafeGroup GetModelSafeGroup() { return GROUP_DB; } |
+ virtual ModelSafeGroup GetModelSafeGroup(); |
virtual bool CurrentThreadIsWorkThread(); |
private: |