summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_commands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_commands.cc')
-rw-r--r--chrome/browser/ui/browser_commands.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
index fd1c0ad..ee92200 100644
--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -1014,8 +1014,8 @@ void ViewSource(Browser* browser,
if (!active_entry)
return;
- GURL view_source_url = GURL(kViewSourceScheme + std::string(":") +
- url.spec());
+ GURL view_source_url =
+ GURL(content::kViewSourceScheme + std::string(":") + url.spec());
active_entry->SetVirtualURL(view_source_url);
// Do not restore scroller position.