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

Unified Diff: extensions/browser/api_test_utils.cc

Issue 2137013005: [Extensions] Code Cleanup - Remove redundant smart-ptr get()s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: extensions/browser/api_test_utils.cc
diff --git a/extensions/browser/api_test_utils.cc b/extensions/browser/api_test_utils.cc
index 84d39de4e81d1b070e7f49569afb525163b0eacd..0a0efeb6e973f1eb969a9a37ca6811d027cbd19c 100644
--- a/extensions/browser/api_test_utils.cc
+++ b/extensions/browser/api_test_utils.cc
@@ -44,7 +44,7 @@ class SendResponseDelegate
bool GetResponse() {
EXPECT_TRUE(HasResponse());
- return *response_.get();
+ return *response_;
}
void OnSendResponse(UIThreadExtensionFunction* function,
« no previous file with comments | « extensions/browser/api/usb/usb_apitest.cc ('k') | extensions/browser/extension_throttle_simulation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698