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

Unified Diff: extensions/browser/api/system_memory/system_memory_apitest.cc

Issue 1902873002: Convert //extensions/browser/api from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: extensions/browser/api/system_memory/system_memory_apitest.cc
diff --git a/extensions/browser/api/system_memory/system_memory_apitest.cc b/extensions/browser/api/system_memory/system_memory_apitest.cc
index 64be93c4f56580aa0c72a3ef806c133719ba89cc..4c892c26991dc85758964fca39a2ae2b4249ccf0 100644
--- a/extensions/browser/api/system_memory/system_memory_apitest.cc
+++ b/extensions/browser/api/system_memory/system_memory_apitest.cc
@@ -35,7 +35,7 @@ class SystemMemoryApiTest : public ShellApiTest {
}
private:
- scoped_ptr<base::MessageLoop> message_loop_;
+ std::unique_ptr<base::MessageLoop> message_loop_;
};
IN_PROC_BROWSER_TEST_F(SystemMemoryApiTest, Memory) {
« no previous file with comments | « extensions/browser/api/system_info/system_info_api.cc ('k') | extensions/browser/api/system_network/system_network_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698