| 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 91995c7829025d3a802fc3a1db9d96bb80c85db2..6d6c575033e9dac5502abaa7a06f9f1990c353fc 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -685,7 +685,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() == NavigationEntry::INTERSTITIAL_PAGE)) {
|
| + entry->page_type() == INTERSTITIAL_PAGE)) {
|
| return true;
|
| }
|
|
|
|
|