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 c42352ebb95c7196e0ea5ab79b6a5c589b6cfbaa..5d825b5d68db3e5c56480f48fb7ab6793f27c79d 100644 |
--- a/chrome/browser/sync/tools/sync_listen_notifications.cc |
+++ b/chrome/browser/sync/tools/sync_listen_notifications.cc |
@@ -19,12 +19,12 @@ |
#include "chrome/browser/sync/notifier/sync_notifier.h" |
#include "chrome/browser/sync/notifier/sync_notifier_factory.h" |
#include "chrome/browser/sync/notifier/sync_notifier_observer.h" |
-#include "chrome/browser/sync/syncable/model_type.h" |
-#include "chrome/browser/sync/syncable/model_type_payload_map.h" |
#include "jingle/notifier/base/notification_method.h" |
#include "jingle/notifier/base/notifier_options.h" |
#include "net/base/host_port_pair.h" |
#include "net/url_request/url_request_test_util.h" |
+#include "sync/syncable/model_type.h" |
+#include "sync/syncable/model_type_payload_map.h" |
// This is a simple utility that initializes a sync notifier and |
// listens to any received notifications. |