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

Unified Diff: components/sync/engine_impl/events/clear_server_data_request_event.h

Issue 2436863005: [Sync] Move events files around a bit. (Closed)
Patch Set: Rebase. Created 4 years, 2 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/events/clear_server_data_request_event.h
diff --git a/components/sync/engine/events/clear_server_data_request_event.h b/components/sync/engine_impl/events/clear_server_data_request_event.h
similarity index 84%
rename from components/sync/engine/events/clear_server_data_request_event.h
rename to components/sync/engine_impl/events/clear_server_data_request_event.h
index fd2b2554e395ffba4829b3c533335c96e47cb174..5987a2e1bdaf880592a58ba0198264fcb66d001a 100644
--- a/components/sync/engine/events/clear_server_data_request_event.h
+++ b/components/sync/engine_impl/events/clear_server_data_request_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 COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_
-#define COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_
skym 2016/10/21 13:56:50 This is weird. The diff tool decides to highlight
maxbogue 2016/10/21 17:02:41 Strange; it doesn't for me >_>
#include <memory>
#include <string>
@@ -41,4 +41,4 @@ class ClearServerDataRequestEvent : public ProtocolEvent {
} // namespace syncer
-#endif // COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_
« no previous file with comments | « components/sync/engine_impl/commit.cc ('k') | components/sync/engine_impl/events/clear_server_data_request_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698