| Index: chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| index c0cfe0500a8dd6621e5d47b43d2c4545748a2911..e583c357f5ca419ed3c02bcb48e736db4fbd4ab2 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| @@ -210,7 +210,7 @@ class WebNavigationAPI : public BrowserContextKeyedAPI,
|
| static const bool kServiceIsNULLWhileTesting = true;
|
|
|
| // Created lazily upon OnListenerAdded.
|
| - scoped_ptr<WebNavigationEventRouter> web_navigation_event_router_;
|
| + std::unique_ptr<WebNavigationEventRouter> web_navigation_event_router_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebNavigationAPI);
|
| };
|
|
|