| Index: chrome/browser/sync/tools/sync_listen_notifications.cc
|
| diff --git a/chrome/browser/sync/tools/sync_listen_notifications.cc b/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| index 5a13555c6ac0e33f95b1b5597f1e6370ba7a2131..d4d28b15c630a9436a1315326fdb77bcd06a33dd 100644
|
| --- a/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| +++ b/chrome/browser/sync/tools/sync_listen_notifications.cc
|
| @@ -21,7 +21,7 @@
|
| #include "chrome/browser/sync/syncable/model_type.h"
|
| #include "chrome/browser/sync/syncable/model_type_payload_map.h"
|
| #include "chrome/test/base/test_url_request_context_getter.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/public/browser/browser_thread.h"
|
|
|
| // This is a simple utility that initializes a sync notifier and
|
| // listens to any received notifications.
|
|
|