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

Unified Diff: content/common/handle_enumerator_win.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
Index: content/common/handle_enumerator_win.cc
diff --git a/content/common/handle_enumerator_win.cc b/content/common/handle_enumerator_win.cc
index 7cda767294f27e5c3c0c2bdec1e714aa6a98e8e1..0b8cbe5fd42081088077e6175a7315c154596757 100644
--- a/content/common/handle_enumerator_win.cc
+++ b/content/common/handle_enumerator_win.cc
@@ -16,6 +16,8 @@
#include "content/public/common/result_codes.h"
#include "sandbox/win/src/handle_table.h"
+using base::ASCIIToUTF16;
+
namespace content {
namespace {
« no previous file with comments | « content/common/dom_storage/dom_storage_map_unittest.cc ('k') | content/common/mac/attributed_string_coder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698