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 55fa22a7a0d38a658d742446a59abcf1520e0165..70ee0eb72a3bf8027731af5a6cd38424f2006555 100644 |
--- a/chrome/browser/sync/glue/ui_model_worker.cc |
+++ b/chrome/browser/sync/glue/ui_model_worker.cc |
@@ -9,6 +9,8 @@ |
#include "base/third_party/dynamic_annotations/dynamic_annotations.h" |
#include "content/public/browser/browser_thread.h" |
+using content::BrowserThread; |
+ |
namespace browser_sync { |
UnrecoverableErrorInfo UIModelWorker::DoWorkAndWaitUntilDone( |