| Index: components/sync/engine/events/get_updates_response_event.h
|
| diff --git a/sync/internal_api/public/events/get_updates_response_event.h b/components/sync/engine/events/get_updates_response_event.h
|
| similarity index 65%
|
| copy from sync/internal_api/public/events/get_updates_response_event.h
|
| copy to components/sync/engine/events/get_updates_response_event.h
|
| index 8fcaf105e124fa85a083d94edb604cbfd775deaa..43cf07887cb581f2fd7ca62973cc97a00a765be0 100644
|
| --- a/sync/internal_api/public/events/get_updates_response_event.h
|
| +++ b/components/sync/engine/events/get_updates_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_GET_UPDATES_RESPONSE_EVENT_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_EVENTS_GET_UPDATES_RESPONSE_EVENT_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_EVENTS_GET_UPDATES_RESPONSE_EVENT_H_
|
| +#define COMPONENTS_SYNC_ENGINE_EVENTS_GET_UPDATES_RESPONSE_EVENT_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -11,10 +11,10 @@
|
| #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 {
|
|
|
| @@ -24,10 +24,9 @@ namespace syncer {
|
| // and do not vary for each type of GetUpdate cycle.
|
| class SYNC_EXPORT GetUpdatesResponseEvent : public ProtocolEvent {
|
| public:
|
| - GetUpdatesResponseEvent(
|
| - base::Time timestamp,
|
| - const sync_pb::ClientToServerResponse& response,
|
| - SyncerError error);
|
| + GetUpdatesResponseEvent(base::Time timestamp,
|
| + const sync_pb::ClientToServerResponse& response,
|
| + SyncerError error);
|
|
|
| ~GetUpdatesResponseEvent() override;
|
|
|
| @@ -47,4 +46,4 @@ class SYNC_EXPORT GetUpdatesResponseEvent : public ProtocolEvent {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_EVENTS_GET_UPDATES_RESPONSE_EVENT_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_EVENTS_GET_UPDATES_RESPONSE_EVENT_H_
|
|
|