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

Unified Diff: chrome/browser/extensions/extension_browsertest.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/extension_browsertest.h
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
index a09cff45ca59081cd4d0bf18cb2ab9b9e328c1f1..cdb9714643d8a64e6b303102132b000a77c7730b 100644
--- a/chrome/browser/extensions/extension_browsertest.h
+++ b/chrome/browser/extensions/extension_browsertest.h
@@ -318,7 +318,7 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest {
// test_data/extensions.
base::FilePath test_data_dir_;
- scoped_ptr<ExtensionTestNotificationObserver> observer_;
+ std::unique_ptr<ExtensionTestNotificationObserver> observer_;
private:
// Temporary directory for testing.
@@ -381,7 +381,7 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest {
Profile* profile_;
// Cache cache implementation.
- scoped_ptr<extensions::ExtensionCacheFake> test_extension_cache_;
+ std::unique_ptr<extensions::ExtensionCacheFake> test_extension_cache_;
};
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_BROWSERTEST_H_
« no previous file with comments | « chrome/browser/extensions/extension_assets_manager_chromeos.cc ('k') | chrome/browser/extensions/extension_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698