| Index: components/sync_sessions/open_tabs_ui_delegate.h
|
| diff --git a/components/sync_driver/open_tabs_ui_delegate.h b/components/sync_sessions/open_tabs_ui_delegate.h
|
| similarity index 91%
|
| rename from components/sync_driver/open_tabs_ui_delegate.h
|
| rename to components/sync_sessions/open_tabs_ui_delegate.h
|
| index 8f984de977fe9829c74a08a493870d24957d5406..4b887c0fd5375a020bfc7820f1517cb5f556e6e8 100644
|
| --- a/components/sync_driver/open_tabs_ui_delegate.h
|
| +++ b/components/sync_sessions/open_tabs_ui_delegate.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_OPEN_TABS_UI_DELEGATE_H_
|
| -#define COMPONENTS_SYNC_DRIVER_OPEN_TABS_UI_DELEGATE_H_
|
| +#ifndef COMPONENTS_SYNC_SESSIONS_OPEN_TABS_UI_DELEGATE_H_
|
| +#define COMPONENTS_SYNC_SESSIONS_OPEN_TABS_UI_DELEGATE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -13,7 +13,7 @@
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "components/sessions/core/session_id.h"
|
| #include "components/sessions/core/session_types.h"
|
| -#include "components/sync_driver/glue/synced_session.h"
|
| +#include "components/sync_sessions/synced_session.h"
|
|
|
| namespace sync_driver {
|
|
|
| @@ -67,4 +67,4 @@ class OpenTabsUIDelegate {
|
|
|
| } // namespace sync_driver
|
|
|
| -#endif // COMPONENTS_SYNC_DRIVER_OPEN_TABS_UI_DELEGATE_H_
|
| +#endif // COMPONENTS_SYNC_SESSIONS_OPEN_TABS_UI_DELEGATE_H_
|
|
|