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

Unified Diff: chrome/browser/download/download_resource_throttle_unittest.cc

Issue 2515823002: Remove WebContents::GetRoutingID(). (Closed)
Patch Set: add render_view_host.h include in resource_dispatcher_host_unittest.cc Created 4 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
Index: chrome/browser/download/download_resource_throttle_unittest.cc
diff --git a/chrome/browser/download/download_resource_throttle_unittest.cc b/chrome/browser/download/download_resource_throttle_unittest.cc
index 0ce884ccfeff30eab6e79ad38c940e54451ca009..03274121137cf0027ff731e279dc69175048e5ed 100644
--- a/chrome/browser/download/download_resource_throttle_unittest.cc
+++ b/chrome/browser/download/download_resource_throttle_unittest.cc
@@ -94,7 +94,7 @@ class DownloadResourceThrottleTest : public ChromeRenderViewHostTestHarness {
base::Bind(&DownloadResourceThrottleTest::StartThrottleOnIOThread,
base::Unretained(this),
web_contents()->GetRenderViewHost()->GetProcess()->GetID(),
- web_contents()->GetRoutingID()));
+ web_contents()->GetRenderViewHost()->GetRoutingID()));
run_loop_->Run();
}

Powered by Google App Engine
This is Rietveld 408576698