| 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;
|
|
|