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

Unified Diff: content/renderer/dom_storage/dom_storage_cached_area_unittest.cc

Issue 121033002: Update uses of UTF conversions in content/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/renderer/dom_serializer_browsertest.cc ('k') | content/renderer/external_popup_menu_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/dom_storage/dom_storage_cached_area_unittest.cc
diff --git a/content/renderer/dom_storage/dom_storage_cached_area_unittest.cc b/content/renderer/dom_storage/dom_storage_cached_area_unittest.cc
index 04b5a286edcf55ba1577688db74c57ac08598741..eeec43ee91e5347a22dc97ffdabaee87b014ffbc 100644
--- a/content/renderer/dom_storage/dom_storage_cached_area_unittest.cc
+++ b/content/renderer/dom_storage/dom_storage_cached_area_unittest.cc
@@ -120,8 +120,8 @@ class DOMStorageCachedAreaTest : public testing::Test {
DOMStorageCachedAreaTest()
: kNamespaceId(10),
kOrigin("http://dom_storage/"),
- kKey(ASCIIToUTF16("key")),
- kValue(ASCIIToUTF16("value")),
+ kKey(base::ASCIIToUTF16("key")),
+ kValue(base::ASCIIToUTF16("value")),
kPageUrl("http://dom_storage/page") {
}
« no previous file with comments | « content/renderer/dom_serializer_browsertest.cc ('k') | content/renderer/external_popup_menu_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698