| Index: chrome/browser/sync/notifier/p2p_notifier.cc
|
| diff --git a/chrome/browser/sync/notifier/p2p_notifier.cc b/chrome/browser/sync/notifier/p2p_notifier.cc
|
| index 1cc50caa7b8efd0b30f3e10a1b32fa67b6969638..a8aecb570bc37a2719c81023075be449043c3d0c 100644
|
| --- a/chrome/browser/sync/notifier/p2p_notifier.cc
|
| +++ b/chrome/browser/sync/notifier/p2p_notifier.cc
|
| @@ -6,14 +6,14 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "base/logging.h"
|
| -#include "base/message_loop_proxy.h"
|
| #include "base/json/json_reader.h"
|
| #include "base/json/json_writer.h"
|
| +#include "base/logging.h"
|
| +#include "base/message_loop_proxy.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/sync/notifier/sync_notifier_observer.h"
|
| -#include "chrome/browser/sync/protocol/service_constants.h"
|
| -#include "chrome/browser/sync/syncable/model_type_payload_map.h"
|
| +#include "sync/protocol/service_constants.h"
|
| +#include "sync/syncable/model_type_payload_map.h"
|
|
|
| namespace sync_notifier {
|
|
|
|
|