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

Unified Diff: chrome/browser/browser_about_handler_unittest.cc

Issue 13513004: content: Move more constants into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/extensions/extension_tab_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_about_handler_unittest.cc
diff --git a/chrome/browser/browser_about_handler_unittest.cc b/chrome/browser/browser_about_handler_unittest.cc
index a7c13418a97b14ac9b7dc87c34173258972435b0..54f45f241e2e5ac22a7ca5e6ac4be20e4a8354de 100644
--- a/chrome/browser/browser_about_handler_unittest.cc
+++ b/chrome/browser/browser_about_handler_unittest.cc
@@ -45,7 +45,7 @@ TEST_F(BrowserAboutHandlerTest, WillHandleBrowserAboutURL) {
},
{
GURL(chrome_prefix + chrome::kChromeUICacheHost),
- GURL(chrome_prefix + chrome::kChromeUINetworkViewCacheHost)
+ GURL(chrome_prefix + content::kChromeUINetworkViewCacheHost)
},
{
GURL(chrome_prefix + chrome::kChromeUISignInInternalsHost),
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/extensions/extension_tab_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698