| Index: chrome/browser/tab_contents/interstitial_page.h
|
| diff --git a/chrome/browser/tab_contents/interstitial_page.h b/chrome/browser/tab_contents/interstitial_page.h
|
| index 3d6a6bc0253d16a2702669e5c21e9bf55cd88afd..b6d30c4e675fcff74ece70384e18669056f41ab7 100644
|
| --- a/chrome/browser/tab_contents/interstitial_page.h
|
| +++ b/chrome/browser/tab_contents/interstitial_page.h
|
| @@ -206,7 +206,7 @@ class InterstitialPage : public NotificationObserver,
|
|
|
| // We keep a map of the various blocking pages shown as the UI tests need to
|
| // be able to retrieve them.
|
| - typedef std::map<TabContents*,InterstitialPage*> InterstitialPageMap;
|
| + typedef std::map<TabContents*, InterstitialPage*> InterstitialPageMap;
|
| static InterstitialPageMap* tab_to_interstitial_page_;
|
|
|
| // Settings passed to the renderer.
|
|
|