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

Unified Diff: chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.h

Issue 1871713002: Convert //chrome/browser/extensions from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix header Created 4 years, 8 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/extensions/api/data_reduction_proxy/data_reduction_proxy_api.h
diff --git a/chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.h b/chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.h
index 3ad0c925db5621119d8c93eecfbd9b69ec477df7..9edd2c25100fb4ee275c5f8600a46d3e39cebb04 100644
--- a/chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.h
+++ b/chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.h
@@ -35,7 +35,7 @@ class DataReductionProxyGetDataUsageFunction
ResponseAction Run() override;
void ReplyWithDataUsage(
- scoped_ptr<std::vector<data_reduction_proxy::DataUsageBucket>>
+ std::unique_ptr<std::vector<data_reduction_proxy::DataUsageBucket>>
data_usage);
};

Powered by Google App Engine
This is Rietveld 408576698