| Index: chrome/browser/tabs/tab_strip_model_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_strip_model_unittest.cc (revision 118703)
|
| +++ chrome/browser/tabs/tab_strip_model_unittest.cc (working copy)
|
| @@ -97,7 +97,7 @@
|
| Profile* profile,
|
| content::PageTransition transition,
|
| bool defer_load,
|
| - SiteInstance* instance) const OVERRIDE {
|
| + content::SiteInstance* instance) const OVERRIDE {
|
| if (url == GURL(chrome::kChromeUINewTabURL))
|
| return dummy_contents_;
|
| return NULL;
|
|
|