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

Unified Diff: content/browser/site_instance_impl_unittest.cc

Issue 252323006: Renamed namespaces in src/content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tue 04/29/2014 19:25:43.09 Created 6 years, 8 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
Index: content/browser/site_instance_impl_unittest.cc
diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc
index bcc03f9e05519a7117437074de2ed37d931eca45..646f4d079577593e5fdc0be8d9a10c8dc1696a19 100644
--- a/content/browser/site_instance_impl_unittest.cc
+++ b/content/browser/site_instance_impl_unittest.cc
@@ -92,8 +92,8 @@ class SiteInstanceTest : public testing::Test {
virtual void SetUp() {
old_browser_client_ = SetBrowserClientForTesting(&browser_client_);
- url_util::AddStandardScheme(kPrivilegedScheme);
- url_util::AddStandardScheme(kChromeUIScheme);
+ url::AddStandardScheme(kPrivilegedScheme);
+ url::AddStandardScheme(kChromeUIScheme);
SiteInstanceImpl::set_render_process_host_factory(&rph_factory_);
}
« no previous file with comments | « content/browser/histogram_internals_request_job.cc ('k') | content/browser/webui/url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698