| Index: components/sync/sessions/status_counters.h
|
| diff --git a/sync/internal_api/public/sessions/status_counters.h b/components/sync/sessions/status_counters.h
|
| similarity index 73%
|
| rename from sync/internal_api/public/sessions/status_counters.h
|
| rename to components/sync/sessions/status_counters.h
|
| index f2358471d22e8f8a2738ded2f7b82b7cedddbeed..c40175de3f6c87c2958a7e66974a6b3aff9f59c8 100644
|
| --- a/sync/internal_api/public/sessions/status_counters.h
|
| +++ b/components/sync/sessions/status_counters.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_SESSIONS_STATUS_COUNTERS_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_SESSIONS_STATUS_COUNTERS_H_
|
| +#ifndef COMPONENTS_SYNC_SESSIONS_STATUS_COUNTERS_H_
|
| +#define COMPONENTS_SYNC_SESSIONS_STATUS_COUNTERS_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -11,7 +11,7 @@
|
| #include <string>
|
|
|
| #include "base/values.h"
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -29,4 +29,4 @@ struct SYNC_EXPORT StatusCounters {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_STATUS_COUNTERS_H_
|
| +#endif // COMPONENTS_SYNC_SESSIONS_STATUS_COUNTERS_H_
|
|
|