| Index: chrome/browser/sync/glue/typed_url_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/typed_url_change_processor.cc b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| index 83bdb90d483f9c7f3778ba21275d0e5b56ad45c4..ac48b1d3ce9f4c7d36725cf31459df962a74133e 100644
|
| --- a/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| @@ -20,6 +20,8 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/browser/notification_service_impl.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace browser_sync {
|
|
|
| // This is the threshold at which we start throttling sync updates for typed
|
|
|