Index: content/browser/web_contents/navigation_entry_impl.cc |
diff --git a/content/browser/web_contents/navigation_entry_impl.cc b/content/browser/web_contents/navigation_entry_impl.cc |
index 23c90e9d9b40981dfff69576cb7581c2420e95e1..727092f253cd2c287525110d374f60fe82296601 100644 |
--- a/content/browser/web_contents/navigation_entry_impl.cc |
+++ b/content/browser/web_contents/navigation_entry_impl.cc |
@@ -194,7 +194,7 @@ const string16& NavigationEntryImpl::GetTitleForDisplay( |
} |
bool NavigationEntryImpl::IsViewSourceMode() const { |
- return virtual_url_.SchemeIs(chrome::kViewSourceScheme); |
+ return virtual_url_.SchemeIs(kViewSourceScheme); |
} |
void NavigationEntryImpl::SetTransitionType( |