| Index: components/sync/sessions_impl/debug_info_getter.h
|
| diff --git a/sync/sessions/debug_info_getter.h b/components/sync/sessions_impl/debug_info_getter.h
|
| similarity index 72%
|
| rename from sync/sessions/debug_info_getter.h
|
| rename to components/sync/sessions_impl/debug_info_getter.h
|
| index 43c93499cdcede1dfa5351e769c16fc40aa75481..9988209ff1ec7cabab24067f015a74e44af79b80 100644
|
| --- a/sync/sessions/debug_info_getter.h
|
| +++ b/components/sync/sessions_impl/debug_info_getter.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_SESSIONS_DEBUG_INFO_GETTER_H_
|
| -#define SYNC_SESSIONS_DEBUG_INFO_GETTER_H_
|
| +#ifndef COMPONENTS_SYNC_SESSIONS_IMPL_DEBUG_INFO_GETTER_H_
|
| +#define COMPONENTS_SYNC_SESSIONS_IMPL_DEBUG_INFO_GETTER_H_
|
|
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer {
|
| namespace sessions {
|
| @@ -28,4 +28,4 @@ class SYNC_EXPORT DebugInfoGetter {
|
| } // namespace sessions
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_SESSIONS_DEBUG_INFO_GETTER_H_
|
| +#endif // COMPONENTS_SYNC_SESSIONS_IMPL_DEBUG_INFO_GETTER_H_
|
|
|