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

Unified Diff: components/sync/engine/events/protocol_event_observer.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/events/protocol_event_observer.h
diff --git a/components/sync/driver/protocol_event_observer.h b/components/sync/engine/events/protocol_event_observer.h
similarity index 67%
rename from components/sync/driver/protocol_event_observer.h
rename to components/sync/engine/events/protocol_event_observer.h
index 651069aca08e21140341b4a958022cbe8005f685..7e7366100fdb5877b3acca4b94c23e8386abe41c 100644
--- a/components/sync/driver/protocol_event_observer.h
+++ b/components/sync/engine/events/protocol_event_observer.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_DRIVER_PROTOCOL_EVENT_OBSERVER_H_
-#define COMPONENTS_SYNC_DRIVER_PROTOCOL_EVENT_OBSERVER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_OBSERVER_H_
+#define COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_OBSERVER_H_
namespace syncer {
@@ -19,4 +19,4 @@ class ProtocolEventObserver {
} // namespace syncer
-#endif // COMPONENTS_SYNC_DRIVER_PROTOCOL_EVENT_OBSERVER_H_
+#endif // COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698