Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: ui/gl/gl_version_info.cc

Issue 1172183002: Move StartsWith[ASCII] to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@string_util3
Patch Set: merger Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc ('k') | ui/oobe/oobe_md_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_version_info.cc
diff --git a/ui/gl/gl_version_info.cc b/ui/gl/gl_version_info.cc
index aff97b815cc2ef3fb6da61218ad97ee76570196e..5eff43a1cc63439c22ea22d649b610c6e2313a97 100644
--- a/ui/gl/gl_version_info.cc
+++ b/ui/gl/gl_version_info.cc
@@ -50,7 +50,7 @@ GLVersionInfo::GLVersionInfo(const char* version_str, const char* renderer_str)
&is_es, &is_es3);
}
if (renderer_str) {
- is_angle = StartsWithASCII(renderer_str, "ANGLE", true);
+ is_angle = base::StartsWithASCII(renderer_str, "ANGLE", true);
}
}
« no previous file with comments | « ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc ('k') | ui/oobe/oobe_md_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698