| Index: chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc (revision 106237)
|
| +++ chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc (working copy)
|
| @@ -39,7 +39,8 @@
|
| // Wrapper for Browser::AddTabWithURL
|
| void AddTabWithURL(Browser* browser, const GURL& url) {
|
| ui_test_utils::WindowedNotificationObserver observer(
|
| - content::NOTIFICATION_LOAD_STOP, NotificationService::AllSources());
|
| + content::NOTIFICATION_LOAD_STOP,
|
| + content::NotificationService::AllSources());
|
| AddTabAtIndexToBrowser(browser, 0, url, content::PAGE_TRANSITION_TYPED);
|
| observer.Wait();
|
| }
|
|
|