| Index: chrome/browser/ui/webui/theme_source_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/theme_source_unittest.cc b/chrome/browser/ui/webui/theme_source_unittest.cc
|
| index 390d4bc487aadfb6f34a7e184f1e37f503c53d13..5af119798653ffc9b6faf91d099a45a6938af750 100644
|
| --- a/chrome/browser/ui/webui/theme_source_unittest.cc
|
| +++ b/chrome/browser/ui/webui/theme_source_unittest.cc
|
| @@ -55,8 +55,8 @@ class WebUISourcesTest : public testing::Test {
|
| base::MessageLoop loop_;
|
| content::TestBrowserThread ui_thread_;
|
|
|
| - scoped_ptr<TestingProfile> profile_;
|
| - scoped_ptr<ThemeSource> theme_source_;
|
| + std::unique_ptr<TestingProfile> profile_;
|
| + std::unique_ptr<ThemeSource> theme_source_;
|
| };
|
|
|
| TEST_F(WebUISourcesTest, ThemeSourceMimeTypes) {
|
|
|