Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / test_blacklist_state_fetcher.cc
index 879e189..986da8f 100644 (file)
@@ -37,7 +37,7 @@ TestBlacklistStateFetcher::TestBlacklistStateFetcher(
   scoped_refptr<net::TestURLRequestContextGetter> context =
         new net::TestURLRequestContextGetter(
             base::MessageLoopProxy::current());
-  fetcher_->SetURLRequestContextForTest(context);
+  fetcher_->SetURLRequestContextForTest(context.get());
 }
 
 TestBlacklistStateFetcher::~TestBlacklistStateFetcher() {