| Index: chrome/test/ui/ui_test.cc
|
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
|
| index e026e5ab64ae580c6e1060f05928e9c3deff58c3..58a10079d61d66c8c25e1c43f5bda53ca9716d1b 100644
|
| --- a/chrome/test/ui/ui_test.cc
|
| +++ b/chrome/test/ui/ui_test.cc
|
| @@ -724,7 +724,7 @@ bool UITestBase::LaunchBrowserHelper(const CommandLine& arguments,
|
| if (!extra_chrome_flags.empty()) {
|
| // Split by spaces and append to command line
|
| std::vector<CommandLine::StringType> flags;
|
| - SplitString(extra_chrome_flags, ' ', &flags);
|
| + base::SplitString(extra_chrome_flags, ' ', &flags);
|
| for (size_t i = 0; i < flags.size(); ++i)
|
| command_line.AppendArgNative(flags[i]);
|
| }
|
|
|