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

Unified Diff: ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.h

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add 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: ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.h
diff --git a/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.h b/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.h
index 6978910e4edbb2229981ea3aa6d7fe37c06b5253..e6a7dc0a96a75015b794ca651f96b2289510f1ca 100644
--- a/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.h
+++ b/ios/chrome/browser/browser_state/test_chrome_browser_state_isolated_context.h
@@ -19,7 +19,7 @@ class TestChromeBrowserStateWithIsolatedContext
bool MainContextCalled() const;
IOSWebViewFactoryExternalService SharingService();
- static scoped_ptr<TestChromeBrowserStateWithIsolatedContext> Build();
+ static std::unique_ptr<TestChromeBrowserStateWithIsolatedContext> Build();
// ChromeBrowserState:
net::URLRequestContextGetter* GetRequestContext() override;

Powered by Google App Engine
This is Rietveld 408576698