| Index: chrome/test/webdriver/dispatch.h
|
| diff --git a/chrome/test/webdriver/dispatch.h b/chrome/test/webdriver/dispatch.h
|
| index d85514aa03805db182767c5b2fbb90580b0377b1..61f877b0aa06d2959391c6193eefb6bb01800cd9 100644
|
| --- a/chrome/test/webdriver/dispatch.h
|
| +++ b/chrome/test/webdriver/dispatch.h
|
| @@ -49,7 +49,7 @@ void Dispatch(struct mg_connection* connection,
|
|
|
| std::vector<std::string> path_segments;
|
| std::string uri(request_info->uri);
|
| - SplitString(uri, '/', &path_segments);
|
| + base::SplitString(uri, '/', &path_segments);
|
|
|
| DictionaryValue* parameters = NULL;
|
| if ((method == "POST" || method == "PUT") &&
|
|
|