| Index: chrome/browser/background/background_contents_service_unittest.cc
|
| diff --git a/chrome/browser/background/background_contents_service_unittest.cc b/chrome/browser/background/background_contents_service_unittest.cc
|
| index c0fc95498e8a38a5f2352cb742c7e6b5cf76fec3..4b23a0d18ef98aa9a9c14d29b2ec2b91942bef52 100644
|
| --- a/chrome/browser/background/background_contents_service_unittest.cc
|
| +++ b/chrome/browser/background/background_contents_service_unittest.cc
|
| @@ -43,7 +43,7 @@ class BackgroundContentsServiceTest : public testing::Test {
|
| BackgroundContentsServiceTest() {}
|
| ~BackgroundContentsServiceTest() override {}
|
| void SetUp() override {
|
| - command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
|
| + command_line_.reset(new base::CommandLine(base::CommandLine::NO_PROGRAM));
|
| }
|
|
|
| const base::DictionaryValue* GetPrefs(Profile* profile) {
|
| @@ -62,7 +62,7 @@ class BackgroundContentsServiceTest : public testing::Test {
|
| return url;
|
| }
|
|
|
| - scoped_ptr<CommandLine> command_line_;
|
| + scoped_ptr<base::CommandLine> command_line_;
|
| };
|
|
|
| class MockBackgroundContents : public BackgroundContents {
|
|
|