Index: components/sync/engine/events/commit_response_event.h |
diff --git a/sync/internal_api/public/events/commit_response_event.h b/components/sync/engine/events/commit_response_event.h |
similarity index 65% |
rename from sync/internal_api/public/events/commit_response_event.h |
rename to components/sync/engine/events/commit_response_event.h |
index 1ceece9d763cedf28a46d003e33f2db3075d9a8b..b31cd191a274e308ea9bf2627b1883a851132241 100644 |
--- a/sync/internal_api/public/events/commit_response_event.h |
+++ b/components/sync/engine/events/commit_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_COMMIT_RESPONSE_EVENT_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_EVENTS_COMMIT_RESPONSE_EVENT_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_EVENTS_COMMIT_RESPONSE_EVENT_H_ |
+#define COMPONENTS_SYNC_ENGINE_EVENTS_COMMIT_RESPONSE_EVENT_H_ |
#include <cstddef> |
#include <memory> |
@@ -12,20 +12,19 @@ |
#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 { |
// An event representing a commit response event from the server. |
class SYNC_EXPORT CommitResponseEvent : public ProtocolEvent { |
public: |
- CommitResponseEvent( |
- base::Time timestamp, |
- SyncerError result, |
- const sync_pb::ClientToServerResponse& response); |
+ CommitResponseEvent(base::Time timestamp, |
+ SyncerError result, |
+ const sync_pb::ClientToServerResponse& response); |
~CommitResponseEvent() override; |
base::Time GetTimestamp() const override; |
@@ -47,4 +46,4 @@ class SYNC_EXPORT CommitResponseEvent : public ProtocolEvent { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_EVENTS_COMMIT_RESPONSE_EVENT_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_EVENTS_COMMIT_RESPONSE_EVENT_H_ |