diff options
Diffstat (limited to 'chrome/browser/first_run.h')
| -rw-r--r-- | chrome/browser/first_run.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h index b179ce4..6b8a9d39 100644 --- a/chrome/browser/first_run.h +++ b/chrome/browser/first_run.h @@ -140,7 +140,7 @@ class Upgrade { // so we don't fetch as we have no IO thread (see bug #1292702). class FirstRunBrowserProcess : public BrowserProcessImpl { public: - FirstRunBrowserProcess(const CommandLine& command_line) + explicit FirstRunBrowserProcess(const CommandLine& command_line) : BrowserProcessImpl(command_line) { } virtual ~FirstRunBrowserProcess() { } |
