| Index: content/browser/loader/async_resource_handler.cc
|
| diff --git a/content/browser/loader/async_resource_handler.cc b/content/browser/loader/async_resource_handler.cc
|
| index 825fc2f4a5678402828a9a711f7d7c7028fe7e50..4038771646f7a67ac5bc18d9ae32368840e4af00 100644
|
| --- a/content/browser/loader/async_resource_handler.cc
|
| +++ b/content/browser/loader/async_resource_handler.cc
|
| @@ -41,7 +41,7 @@ static int kMaxAllocationSize = 1024 * 32;
|
|
|
| void GetNumericArg(const std::string& name, int* result) {
|
| const std::string& value =
|
| - CommandLine::ForCurrentProcess()->GetSwitchValueASCII(name);
|
| + base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(name);
|
| if (!value.empty())
|
| base::StringToInt(value, result);
|
| }
|
|
|