| Index: chrome/browser/background_contents_service_unittest.cc
|
| diff --git a/chrome/browser/background_contents_service_unittest.cc b/chrome/browser/background_contents_service_unittest.cc
|
| index 84c78ac8f06d1c8b1a4a2eb5fcf58dec705b6561..23ba929cd68e166db639bfa53280167323c0666e 100644
|
| --- a/chrome/browser/background_contents_service_unittest.cc
|
| +++ b/chrome/browser/background_contents_service_unittest.cc
|
| @@ -24,7 +24,7 @@ class BackgroundContentsServiceTest : public testing::Test {
|
| BackgroundContentsServiceTest() {}
|
| ~BackgroundContentsServiceTest() {}
|
| void SetUp() {
|
| - command_line_.reset(new CommandLine(CommandLine::ARGUMENTS_ONLY));
|
| + command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
|
| }
|
|
|
| DictionaryValue* GetPrefs(Profile* profile) {
|
|
|