| Index: components/sync/engine/events/protocol_event_observer.h
|
| diff --git a/components/sync/driver/protocol_event_observer.h b/components/sync/engine/events/protocol_event_observer.h
|
| similarity index 67%
|
| rename from components/sync/driver/protocol_event_observer.h
|
| rename to components/sync/engine/events/protocol_event_observer.h
|
| index 651069aca08e21140341b4a958022cbe8005f685..7e7366100fdb5877b3acca4b94c23e8386abe41c 100644
|
| --- a/components/sync/driver/protocol_event_observer.h
|
| +++ b/components/sync/engine/events/protocol_event_observer.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 COMPONENTS_SYNC_DRIVER_PROTOCOL_EVENT_OBSERVER_H_
|
| -#define COMPONENTS_SYNC_DRIVER_PROTOCOL_EVENT_OBSERVER_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_OBSERVER_H_
|
| +#define COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_OBSERVER_H_
|
|
|
| namespace syncer {
|
|
|
| @@ -19,4 +19,4 @@ class ProtocolEventObserver {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_DRIVER_PROTOCOL_EVENT_OBSERVER_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_EVENTS_PROTOCOL_EVENT_OBSERVER_H_
|
|
|