| Index: chrome/browser/browser_process_platform_part_base.cc
|
| diff --git a/chrome/browser/browser_process_platform_part_base.cc b/chrome/browser/browser_process_platform_part_base.cc
|
| index da263bfc2a8b3bbd4ea67e3482e48eacc7f91c08..ea65af3bdce80f30f1b9c22b78c08b2e85c01b97 100644
|
| --- a/chrome/browser/browser_process_platform_part_base.cc
|
| +++ b/chrome/browser/browser_process_platform_part_base.cc
|
| @@ -20,7 +20,7 @@ BrowserProcessPlatformPartBase::~BrowserProcessPlatformPartBase() {
|
| }
|
|
|
| void BrowserProcessPlatformPartBase::PlatformSpecificCommandLineProcessing(
|
| - const CommandLine& /* command_line */) {
|
| + const base::CommandLine& /* command_line */) {
|
| }
|
|
|
| void BrowserProcessPlatformPartBase::StartTearDown() {
|
|
|