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

Unified Diff: chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix gn. Created 4 years, 3 months 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
Index: chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h
diff --git a/chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h b/chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h
index 8256a1b735452159668e1e4afcf4abf5f97a7d2a..b7a020f87e2c0be8140e6bab2471b2b02ed7c2ab 100644
--- a/chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h
+++ b/chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h
@@ -12,16 +12,13 @@
#include "base/time/time.h"
#include "components/sessions/core/session_id.h"
-namespace browser_sync {
-class SessionsSyncManager;
+namespace sync_pb {
+class SessionSpecifics;
}
-namespace sync_driver {
+namespace sync_sessions {
class OpenTabsUIDelegate;
-}
-
-namespace sync_pb {
-class SessionSpecifics;
+class SessionsSyncManager;
}
// Utility class to help add recent tabs for testing.
@@ -55,8 +52,7 @@ class RecentTabsBuilderTestHelper {
int window_index,
int tab_index);
- void ExportToSessionsSyncManager(
- browser_sync::SessionsSyncManager* manager);
+ void ExportToSessionsSyncManager(sync_sessions::SessionsSyncManager* manager);
std::vector<base::string16> GetTabTitlesSortedByRecency();
@@ -70,7 +66,7 @@ class RecentTabsBuilderTestHelper {
int window_index,
int tab_index,
sync_pb::SessionSpecifics* tab_base);
- void VerifyExport(sync_driver::OpenTabsUIDelegate* delegate);
+ void VerifyExport(sync_sessions::OpenTabsUIDelegate* delegate);
struct TabInfo;
struct WindowInfo;

Powered by Google App Engine
This is Rietveld 408576698