Index: components/sync/core/activation_context.h |
diff --git a/sync/internal_api/public/activation_context.h b/components/sync/core/activation_context.h |
similarity index 68% |
rename from sync/internal_api/public/activation_context.h |
rename to components/sync/core/activation_context.h |
index d6cb734448af58fe2db90669a319c685470e02d4..e35ad90e6a9e2133b2dafeec6b1b6b4a0447f6f2 100644 |
--- a/sync/internal_api/public/activation_context.h |
+++ b/components/sync/core/activation_context.h |
@@ -2,16 +2,16 @@ |
// 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_ACTIVATION_CONTEXT_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_ACTIVATION_CONTEXT_H_ |
+#ifndef COMPONENTS_SYNC_CORE_ACTIVATION_CONTEXT_H_ |
+#define COMPONENTS_SYNC_CORE_ACTIVATION_CONTEXT_H_ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
#include "base/sequenced_task_runner.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/model_type_processor.h" |
-#include "sync/internal_api/public/non_blocking_sync_common.h" |
-#include "sync/protocol/data_type_state.pb.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/core/model_type_processor.h" |
+#include "components/sync/core/non_blocking_sync_common.h" |
+#include "components/sync/protocol/data_type_state.pb.h" |
namespace syncer_v2 { |
@@ -31,4 +31,4 @@ struct SYNC_EXPORT ActivationContext { |
} // namespace syncer_v2 |
-#endif // SYNC_INTERNAL_API_PUBLIC_ACTIVATION_CONTEXT_H_ |
+#endif // COMPONENTS_SYNC_CORE_ACTIVATION_CONTEXT_H_ |