| Index: chrome/browser/tab_contents/interstitial_page.cc
|
| diff --git a/chrome/browser/tab_contents/interstitial_page.cc b/chrome/browser/tab_contents/interstitial_page.cc
|
| index 0959aa4a3807dd5298d28c8b521e0e844e452df4..042801a96529bdcbb9804444deac89ccf5bc2c54 100644
|
| --- a/chrome/browser/tab_contents/interstitial_page.cc
|
| +++ b/chrome/browser/tab_contents/interstitial_page.cc
|
| @@ -315,7 +315,7 @@ void InterstitialPage::DidNavigate(
|
| // A fast user could have navigated away from the page that triggered the
|
| // interstitial while the interstitial was loading, that would have disabled
|
| // us. In that case we can dismiss ourselves.
|
| - if (!enabled_){
|
| + if (!enabled_) {
|
| DontProceed();
|
| return;
|
| }
|
|
|