| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index 65da55fb35b383658239102ad40afc46eff1ee81..f502748a09528098d63af52ba1c67691ecb0d18a 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -253,7 +253,8 @@ const char kFrameNameKey[] = "name";
|
| int BackgroundContentsService::restart_delay_in_ms_ = 3000; // 3 seconds.
|
|
|
| BackgroundContentsService::BackgroundContentsService(
|
| - Profile* profile, const CommandLine* command_line)
|
| + Profile* profile,
|
| + const base::CommandLine* command_line)
|
| : prefs_(NULL), extension_registry_observer_(this) {
|
| // Don't load/store preferences if the parent profile is incognito.
|
| if (!profile->IsOffTheRecord())
|
|
|