Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: components/sync_sessions/open_tabs_ui_delegate.h

Issue 1443453002: [Sync] Move sessions files from sync_driver to sync_sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ui/gfx deps. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync_sessions/BUILD.gn ('k') | components/sync_sessions/open_tabs_ui_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync_sessions/BUILD.gn ('k') | components/sync_sessions/open_tabs_ui_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698