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

Unified Diff: content/browser/frame_host/render_frame_host_manager_browsertest.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/browser/frame_host/render_frame_host_manager_browsertest.cc
diff --git a/content/browser/frame_host/render_frame_host_manager_browsertest.cc b/content/browser/frame_host/render_frame_host_manager_browsertest.cc
index 0a00e9fc7eab3670ce3c6d72b4714a0fe8a422c8..576e1388ea68bc6c6f2fb59862435412558999f0 100644
--- a/content/browser/frame_host/render_frame_host_manager_browsertest.cc
+++ b/content/browser/frame_host/render_frame_host_manager_browsertest.cc
@@ -32,6 +32,8 @@
#include "net/base/net_util.h"
#include "net/test/spawned_test_server/spawned_test_server.h"
+using base::ASCIIToUTF16;
+
namespace content {
class RenderFrameHostManagerTest : public ContentBrowserTest {

Powered by Google App Engine
This is Rietveld 408576698