summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-09 21:02:31 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-09 21:02:31 +0000
commit30426c385b563f5014e81110b1f0d98c58100847 (patch)
tree274fb3dc5bad45f430b76b72e007f21edd600f9a /content
parentf09d55d9bcd61359dc0fafcad4158d9946cd674e (diff)
downloadchromium_src-30426c385b563f5014e81110b1f0d98c58100847.zip
chromium_src-30426c385b563f5014e81110b1f0d98c58100847.tar.gz
chromium_src-30426c385b563f5014e81110b1f0d98c58100847.tar.bz2
net: Move the last two Escape() functions into the net namespace.
BUG=64263 TEST=None R=willchan@chromium.org Review URL: http://codereview.chromium.org/8507011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/browser/tab_contents/interstitial_page.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/interstitial_page.cc b/content/browser/tab_contents/interstitial_page.cc
index 005968e..112c7c1 100644
--- a/content/browser/tab_contents/interstitial_page.cc
+++ b/content/browser/tab_contents/interstitial_page.cc
@@ -219,7 +219,7 @@ void InterstitialPage::Show() {
CreateTabContentsView();
std::string data_url = "data:text/html;charset=utf-8," +
- EscapePath(GetHTMLContents());
+ net::EscapePath(GetHTMLContents());
render_view_host_->NavigateToURL(GURL(data_url));
notification_registrar_.Add(this,