| Index: chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc (revision 66453)
|
| +++ chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc (working copy)
|
| @@ -102,7 +102,8 @@
|
| }
|
|
|
| private:
|
| - virtual void TabInsertedAt(TabContents* contents, int index,
|
| + virtual void TabInsertedAt(TabContentsWrapper* contents,
|
| + int index,
|
| bool foreground) {
|
| MessageLoopForUI::current()->Quit();
|
| }
|
|
|