| Index: ppapi/proxy/ppp_messaging_proxy_perftest.cc
|
| diff --git a/ppapi/proxy/ppp_messaging_proxy_perftest.cc b/ppapi/proxy/ppp_messaging_proxy_perftest.cc
|
| index c52651459497825ff5da4154b41735175e719192..b64434341a2bd1fbec3b2c8f4c3a9c6ff8563d5b 100644
|
| --- a/ppapi/proxy/ppp_messaging_proxy_perftest.cc
|
| +++ b/ppapi/proxy/ppp_messaging_proxy_perftest.cc
|
| @@ -56,7 +56,7 @@ TEST_F(PppMessagingPerfTest, StringPerformance) {
|
| int seed = 123;
|
| int string_count = 1000;
|
| int max_string_size = 1000000;
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| if (command_line) {
|
| if (command_line->HasSwitch("seed")) {
|
| base::StringToInt(command_line->GetSwitchValueASCII("seed"),
|
|
|