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

Unified Diff: components/sync/engine/events/protocol_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/protocol_event.h
diff --git a/sync/internal_api/public/events/protocol_event.h b/components/sync/engine/events/protocol_event.h
similarity index 91%
rename from sync/internal_api/public/events/protocol_event.h
rename to components/sync/engine/events/protocol_event.h
index ca295d3ab8e21dc5c792c5f4c505df3e273e1577..41a06acdf153ec99c51bd80a78d424b0c37baac9 100644
--- a/sync/internal_api/public/events/protocol_event.h
+++ b/components/sync/engine/events/protocol_event.h
@@ -2,15 +2,15 @@
// 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_PROTOCOL_EVENT_H_
-#define SYNC_INTERNAL_API_PUBLIC_EVENTS_PROTOCOL_EVENT_H_
+#ifndef COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_H_
+#define COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_H_
#include <memory>
#include <string>
#include "base/time/time.h"
#include "base/values.h"
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -58,4 +58,4 @@ class SYNC_EXPORT ProtocolEvent {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_EVENTS_PROTOCOL_EVENT_H_
+#endif // COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_H_
« no previous file with comments | « components/sync/engine/events/poll_get_updates_request_event.cc ('k') | components/sync/engine/events/protocol_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698