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

Unified Diff: components/sync/engine/events/clear_server_data_response_event.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/events/clear_server_data_response_event.h
diff --git a/sync/internal_api/public/events/clear_server_data_response_event.h b/components/sync/engine/events/clear_server_data_response_event.h
similarity index 74%
rename from sync/internal_api/public/events/clear_server_data_response_event.h
rename to components/sync/engine/events/clear_server_data_response_event.h
index 07e47b8fce9057b3445c3e266ad87fb6c8a81249..af7b23e083583e755052d7129914d813194d4a1a 100644
--- a/sync/internal_api/public/events/clear_server_data_response_event.h
+++ b/components/sync/engine/events/clear_server_data_response_event.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_INTERNAL_API_PUBLIC_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
-#define SYNC_INTERNAL_API_PUBLIC_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
+#ifndef COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
+#define COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
#include <memory>
#include <string>
@@ -11,10 +11,10 @@
#include "base/macros.h"
#include "base/time/time.h"
#include "base/values.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/events/protocol_event.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/engine/events/protocol_event.h"
+#include "components/sync/protocol/sync.pb.h"
namespace syncer {
@@ -45,4 +45,4 @@ class SYNC_EXPORT ClearServerDataResponseEvent : public ProtocolEvent {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
+#endif // COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_

Powered by Google App Engine
This is Rietveld 408576698