Index: chrome/browser/sync/glue/ui_model_worker.cc |
diff --git a/chrome/browser/sync/glue/ui_model_worker.cc b/chrome/browser/sync/glue/ui_model_worker.cc |
index 86dbf44d4a2e4cd755824b0913a32cfe3c7b4bfb..24622aecc404e1b00bccb9137f4e6c8ccc663bb7 100644 |
--- a/chrome/browser/sync/glue/ui_model_worker.cc |
+++ b/chrome/browser/sync/glue/ui_model_worker.cc |
@@ -89,6 +89,10 @@ void UIModelWorker::Stop() { |
state_ = STOPPED; |
} |
+ModelSafeGroup UIModelWorker::GetModelSafeGroup() { |
+ return GROUP_UI; |
+} |
+ |
bool UIModelWorker::CurrentThreadIsWorkThread() { |
return MessageLoop::current() == ui_loop_; |
} |