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

Unified Diff: chrome/browser/sessions/session_service_test_helper.h

Issue 409743003: Use content::RunBlockingPoolTask() in tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 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/sessions/session_service_test_helper.h
diff --git a/chrome/browser/sessions/session_service_test_helper.h b/chrome/browser/sessions/session_service_test_helper.h
index 8daadd8e5773ba06b3d276246816403989d455b7..45b76762d15f89aa49c696b76468433a86c01fdb 100644
--- a/chrome/browser/sessions/session_service_test_helper.h
+++ b/chrome/browser/sessions/session_service_test_helper.h
@@ -55,8 +55,8 @@ class SessionServiceTestHelper {
void ReadWindows(std::vector<SessionWindow*>* windows,
SessionID::id_type* active_window_id);
- void AssertTabEquals(SessionID& window_id,
- SessionID& tab_id,
+ void AssertTabEquals(const SessionID& window_id,
+ const SessionID& tab_id,
int visual_index,
int nav_index,
size_t nav_count,

Powered by Google App Engine
This is Rietveld 408576698