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

Unified Diff: content/common/page_state_serialization.cc

Issue 1176583003: Move EqualsASCII to the base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@string_util2
Patch Set: 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 | « content/child/ftp_directory_listing_response_delegate.cc ('k') | content/renderer/drop_data_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/page_state_serialization.cc
diff --git a/content/common/page_state_serialization.cc b/content/common/page_state_serialization.cc
index b40b457f23cd963feb7114306fa1f8705b31d8d5..c067725fad02454011379c41ffb0340e230624b1 100644
--- a/content/common/page_state_serialization.cc
+++ b/content/common/page_state_serialization.cc
@@ -120,7 +120,7 @@ bool AppendReferencedFilesFromDocumentState(
index + value_size < index) // Check for overflow.
return false;
- if (EqualsASCII(type.string(), "file")) {
+ if (base::EqualsASCII(type.string(), "file")) {
if (value_size != 2)
return false;
« no previous file with comments | « content/child/ftp_directory_listing_response_delegate.cc ('k') | content/renderer/drop_data_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698