Index: components/sync/sessions/update_counters.h |
diff --git a/sync/internal_api/public/sessions/update_counters.h b/components/sync/sessions/update_counters.h |
similarity index 79% |
rename from sync/internal_api/public/sessions/update_counters.h |
rename to components/sync/sessions/update_counters.h |
index ae755448bf4e4256bc4e0622f67004f4b36953c2..2cb2f2cdcc7d8e17decae97a12b91eacbb2ca471 100644 |
--- a/sync/internal_api/public/sessions/update_counters.h |
+++ b/components/sync/sessions/update_counters.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 SYNC_INTERNAL_API_PUBLIC_SESSIONS_UPDATE_COUNTERS_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_SESSIONS_UPDATE_COUNTERS_H_ |
+#ifndef COMPONENTS_SYNC_SESSIONS_UPDATE_COUNTERS_H_ |
+#define COMPONENTS_SYNC_SESSIONS_UPDATE_COUNTERS_H_ |
#include <memory> |
#include <string> |
#include "base/values.h" |
-#include "sync/base/sync_export.h" |
+#include "components/sync/base/sync_export.h" |
namespace syncer { |
@@ -36,4 +36,4 @@ struct SYNC_EXPORT UpdateCounters { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_UPDATE_COUNTERS_H_ |
+#endif // COMPONENTS_SYNC_SESSIONS_UPDATE_COUNTERS_H_ |