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

Unified Diff: chrome/browser/sync/test/integration/sessions_helper.h

Issue 2499023004: [Sync] Introduce SyncedSessionWindow type. (Closed)
Patch Set: Address comments Created 3 years, 9 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/sync/test/integration/sessions_helper.h
diff --git a/chrome/browser/sync/test/integration/sessions_helper.h b/chrome/browser/sync/test/integration/sessions_helper.h
index 6cfe88bb42fea22b4b6380f53e90d961d870c99b..1e99bead1d9876327972dc6e9b5fb128c28a620a 100644
--- a/chrome/browser/sync/test/integration/sessions_helper.h
+++ b/chrome/browser/sync/test/integration/sessions_helper.h
@@ -23,9 +23,11 @@ class GURL;
namespace sessions_helper {
using SyncedSessionVector = std::vector<const sync_sessions::SyncedSession*>;
-using SessionWindowMap = std::map<SessionID::id_type, sessions::SessionWindow*>;
+using SessionWindowMap =
+ std::map<SessionID::id_type, sync_sessions::SyncedSessionWindow*>;
using ScopedWindowMap =
- std::map<SessionID::id_type, std::unique_ptr<sessions::SessionWindow>>;
+ std::map<SessionID::id_type,
+ std::unique_ptr<sync_sessions::SyncedSessionWindow>>;
// Copies the local session windows of profile at |index| to |local_windows|.
// Returns true if successful.

Powered by Google App Engine
This is Rietveld 408576698