| Index: sync/internal_api/debug_info_event_listener.h
|
| diff --git a/chrome/browser/sync/internal_api/debug_info_event_listener.h b/sync/internal_api/debug_info_event_listener.h
|
| similarity index 92%
|
| rename from chrome/browser/sync/internal_api/debug_info_event_listener.h
|
| rename to sync/internal_api/debug_info_event_listener.h
|
| index 5bdc9e10a365a12b9fac04a246b27f44290635cb..01690439af2a69cf0be2fcb4ac3078319bf38d68 100644
|
| --- a/chrome/browser/sync/internal_api/debug_info_event_listener.h
|
| +++ b/sync/internal_api/debug_info_event_listener.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
| -#define CHROME_BROWSER_SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
| +#ifndef SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
| +#define SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
|
|
| #include <queue>
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/sync/internal_api/sync_manager.h"
|
| +#include "sync/internal_api/sync_manager.h"
|
| #include "sync/js/js_backend.h"
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/sessions/debug_info_getter.h"
|
| @@ -88,4 +88,4 @@ class DebugInfoEventListener : public sync_api::SyncManager::Observer,
|
| };
|
|
|
| } // namespace sync_api
|
| -#endif // CHROME_BROWSER_SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
| +#endif // SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
|
|