| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index c45d7642f1a5368d89f310a5369f3bc100930893..288b5b6fa6e6d88d212b9124455fe29cff3a771a 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -684,7 +684,7 @@ bool TabContents::ShouldDisplayURL() {
|
| // Don't hide the url in view source mode and with interstitials.
|
| NavigationEntry* entry = controller_.GetActiveEntry();
|
| if (entry && (entry->IsViewSourceMode() ||
|
| - entry->page_type() == INTERSTITIAL_PAGE)) {
|
| + entry->page_type() == NavigationEntry::INTERSTITIAL_PAGE)) {
|
| return true;
|
| }
|
|
|
|
|