| 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_
|
|
|