| Index: chrome/browser/sync/glue/typed_url_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/typed_url_data_type_controller.cc b/chrome/browser/sync/glue/typed_url_data_type_controller.cc
|
| index 845c930f03c2fd85068f47d8000768fc702933d9..ea07e96d2f7b6795218b957bf152a0bffcd31bd8 100644
|
| --- a/chrome/browser/sync/glue/typed_url_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/typed_url_data_type_controller.cc
|
| @@ -16,6 +16,8 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace browser_sync {
|
|
|
| class ControlTask : public HistoryDBTask {
|
|
|