Index: chrome/browser/autocomplete/autocomplete_browsertest.cc |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_browsertest.cc (revision 106380) |
+++ chrome/browser/autocomplete/autocomplete_browsertest.cc (working copy) |
@@ -24,6 +24,7 @@ |
#include "chrome/test/base/in_process_browser_test.h" |
#include "chrome/test/base/ui_test_utils.h" |
#include "content/browser/tab_contents/tab_contents.h" |
+#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_types.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -150,7 +151,8 @@ |
location_bar->location_entry()->GetText()); |
location_bar->location_entry()->SetUserText(string16()); |
ui_test_utils::WindowedNotificationObserver observer( |
- content::NOTIFICATION_LOAD_STOP, NotificationService::AllSources()); |
+ content::NOTIFICATION_LOAD_STOP, |
+ content::NotificationService::AllSources()); |
browser()->AddSelectedTabWithURL(GURL(chrome::kAboutBlankURL), |
content::PAGE_TRANSITION_START_PAGE); |
observer.Wait(); |