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

Unified Diff: components/sync/engine_impl/clear_server_data.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/clear_server_data.h
diff --git a/sync/engine/clear_server_data.h b/components/sync/engine_impl/clear_server_data.h
similarity index 71%
rename from sync/engine/clear_server_data.h
rename to components/sync/engine_impl/clear_server_data.h
index 0ac1fa8687fbe97c0f9e26d9988522cd0d1a499c..f0e11ba959dd8bc430420212171c86d20308c084 100644
--- a/sync/engine/clear_server_data.h
+++ b/components/sync/engine_impl/clear_server_data.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_ENGINE_CLEAR_SERVER_DATA_H_
-#define SYNC_ENGINE_CLEAR_SERVER_DATA_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_CLEAR_SERVER_DATA_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_CLEAR_SERVER_DATA_H_
#include <string>
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/util/syncer_error.h"
-#include "sync/protocol/sync.pb.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/base/syncer_error.h"
+#include "components/sync/protocol/sync.pb.h"
namespace syncer {
@@ -36,4 +36,4 @@ class SYNC_EXPORT ClearServerData {
} // namespace syncer
-#endif // SYNC_ENGINE_CLEAR_SERVER_DATA_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_CLEAR_SERVER_DATA_H_
« no previous file with comments | « components/sync/engine_impl/backoff_delay_provider_unittest.cc ('k') | components/sync/engine_impl/clear_server_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698