Index: components/sync/sessions/commit_counters.h |
diff --git a/sync/internal_api/public/sessions/commit_counters.h b/components/sync/sessions/commit_counters.h |
similarity index 74% |
rename from sync/internal_api/public/sessions/commit_counters.h |
rename to components/sync/sessions/commit_counters.h |
index eb363a68ba2065f29fa88d5340e728d2c1a165ba..97d22f625ca0f0fb7825ee6e8abe40259f30e46b 100644 |
--- a/sync/internal_api/public/sessions/commit_counters.h |
+++ b/components/sync/sessions/commit_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_COMMIT_COUNTERS_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_SESSIONS_COMMIT_COUNTERS_H_ |
+#ifndef COMPONENTS_SYNC_SESSIONS_COMMIT_COUNTERS_H_ |
+#define COMPONENTS_SYNC_SESSIONS_COMMIT_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 { |
@@ -29,4 +29,4 @@ struct SYNC_EXPORT CommitCounters { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_COMMIT_COUNTERS_H_ |
+#endif // COMPONENTS_SYNC_SESSIONS_COMMIT_COUNTERS_H_ |