| Index: content/shell/renderer/test_runner/WebTestProxy.cpp
|
| diff --git a/content/shell/renderer/test_runner/WebTestProxy.cpp b/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| index f6cec531470a6a76378c5587978c2fd525aa4959..4b2215ae7c421914e10517e339d2548200ba2706 100644
|
| --- a/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| +++ b/content/shell/renderer/test_runner/WebTestProxy.cpp
|
| @@ -291,7 +291,7 @@ string dumpFrameScrollPosition(WebFrame* frame, bool recursive)
|
| }
|
|
|
| struct ToLower {
|
| - char16 operator()(char16 c) { return tolower(c); }
|
| + base::char16 operator()(base::char16 c) { return tolower(c); }
|
| };
|
|
|
| // Returns True if item1 < item2.
|
|
|