Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: components/sync/engine_impl/non_blocking_type_commit_contribution.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698