| Index: components/sync_sessions/synced_session.h
|
| diff --git a/components/sync_driver/glue/synced_session.h b/components/sync_sessions/synced_session.h
|
| similarity index 93%
|
| rename from components/sync_driver/glue/synced_session.h
|
| rename to components/sync_sessions/synced_session.h
|
| index 31407ed5f3336d7c00e52f252d1a0bbc1d68c045..5e9d7ba48fc902a6b19aed4cdb01e9edd7c99dd4 100644
|
| --- a/components/sync_driver/glue/synced_session.h
|
| +++ b/components/sync_sessions/synced_session.h
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_SYNC_DRIVER_GLUE_SYNCED_SESSION_H_
|
| -#define COMPONENTS_SYNC_DRIVER_GLUE_SYNCED_SESSION_H_
|
| +#ifndef COMPONENTS_SYNC_SESSIONS_SYNCED_SESSION_H_
|
| +#define COMPONENTS_SYNC_SESSIONS_SYNCED_SESSION_H_
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/time/time.h"
|
| #include "components/sessions/core/session_id.h"
|
| #include "components/sessions/core/session_types.h"
|
| @@ -91,4 +92,4 @@ struct SyncedSession {
|
|
|
| } // namespace sync_driver
|
|
|
| -#endif // COMPONENTS_SYNC_DRIVER_GLUE_SYNCED_SESSION_H_
|
| +#endif // COMPONENTS_SYNC_SESSIONS_SYNCED_SESSION_H_
|
|
|