Index: chrome/browser/sync/glue/bookmark_change_processor.cc |
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc |
index 9337105879ca11a65435882f0db99f44623b772f..a5e619aef76cc72d8081766f8d024fae425d438a 100644 |
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc |
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc |
@@ -24,6 +24,8 @@ |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "ui/gfx/codec/png_codec.h" |
+using content::BrowserThread; |
+ |
namespace browser_sync { |
BookmarkChangeProcessor::BookmarkChangeProcessor( |