summaryrefslogtreecommitdiffstats
path: root/content/shell/renderer/test_runner/WebTestProxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/renderer/test_runner/WebTestProxy.cpp')
-rw-r--r--content/shell/renderer/test_runner/WebTestProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/renderer/test_runner/WebTestProxy.cpp b/content/shell/renderer/test_runner/WebTestProxy.cpp
index f6cec53..4b2215a 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.