Index: components/sync/engine_impl/non_blocking_type_commit_contribution.h |
diff --git a/sync/engine/non_blocking_type_commit_contribution.h b/components/sync/engine_impl/non_blocking_type_commit_contribution.h |
similarity index 85% |
rename from sync/engine/non_blocking_type_commit_contribution.h |
rename to components/sync/engine_impl/non_blocking_type_commit_contribution.h |
index df0fe282b0deb9f4d8b854111a9fa57f6e19913c..28434c6673aff7ddf548544d44ce3c953b44967a 100644 |
--- a/sync/engine/non_blocking_type_commit_contribution.h |
+++ b/components/sync/engine_impl/non_blocking_type_commit_contribution.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_ENGINE_NON_BLOCKING_TYPE_COMMIT_CONTRIBUTION_H_ |
-#define SYNC_ENGINE_NON_BLOCKING_TYPE_COMMIT_CONTRIBUTION_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_NON_BLOCKING_TYPE_COMMIT_CONTRIBUTION_H_ |
+#define COMPONENTS_SYNC_ENGINE_IMPL_NON_BLOCKING_TYPE_COMMIT_CONTRIBUTION_H_ |
#include <stddef.h> |
#include <stdint.h> |
@@ -11,8 +11,8 @@ |
#include <vector> |
#include "base/macros.h" |
-#include "sync/engine/commit_contribution.h" |
-#include "sync/protocol/sync.pb.h" |
+#include "components/sync/engine_impl/commit_contribution.h" |
+#include "components/sync/protocol/sync.pb.h" |
namespace syncer_v2 { |
@@ -61,4 +61,4 @@ class NonBlockingTypeCommitContribution : public syncer::CommitContribution { |
} // namespace syncer_v2 |
-#endif // SYNC_ENGINE_NON_BLOCKING_TYPE_COMMIT_CONTRIBUTION_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_NON_BLOCKING_TYPE_COMMIT_CONTRIBUTION_H_ |