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

Unified Diff: components/sync/engine_impl/sync_engine_event_listener.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/sync_engine_event_listener.h
diff --git a/sync/engine/sync_engine_event_listener.h b/components/sync/engine_impl/sync_engine_event_listener.h
similarity index 82%
rename from sync/engine/sync_engine_event_listener.h
rename to components/sync/engine_impl/sync_engine_event_listener.h
index 01a614a887a24c61851d21967439d7fb94e4b931..1f33efcd5d2adac2f889ac3a53909eac458ec5dc 100644
--- a/sync/engine/sync_engine_event_listener.h
+++ b/components/sync/engine_impl/sync_engine_event_listener.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_ENGINE_SYNC_ENGINE_EVENT_LISTENER_H_
-#define SYNC_ENGINE_SYNC_ENGINE_EVENT_LISTENER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENGINE_IMPL_EVENT_LISTENER_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENGINE_IMPL_EVENT_LISTENER_H_
#include "base/time/time.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/base/model_type.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -46,4 +46,4 @@ class SYNC_EXPORT SyncEngineEventListener {
} // namespace syncer
-#endif // SYNC_ENGINE_SYNC_ENGINE_EVENT_LISTENER_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENGINE_IMPL_EVENT_LISTENER_H_
« no previous file with comments | « components/sync/engine_impl/sync_cycle_event.cc ('k') | components/sync/engine_impl/sync_engine_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698