summaryrefslogtreecommitdiffstats
path: root/chrome/browser/local_discovery/gcd_api_flow_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/local_discovery/gcd_api_flow_unittest.cc')
-rw-r--r--chrome/browser/local_discovery/gcd_api_flow_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/local_discovery/gcd_api_flow_unittest.cc b/chrome/browser/local_discovery/gcd_api_flow_unittest.cc
index a9edd86..15074e1 100644
--- a/chrome/browser/local_discovery/gcd_api_flow_unittest.cc
+++ b/chrome/browser/local_discovery/gcd_api_flow_unittest.cc
@@ -63,7 +63,7 @@ class GCDApiFlowTest : public testing::Test {
GURL("https://www.google.com/cloudprint/confirm?token=SomeToken")));
gcd_flow_.reset(new GCDApiFlowImpl(
request_context_.get(), &token_service_, account_id_));
- gcd_flow_->Start(delegate.PassAs<GCDApiFlow::Request>());
+ gcd_flow_->Start(delegate.Pass());
}
base::MessageLoopForUI loop_;
content::TestBrowserThread ui_thread_;