| Index: chrome/browser/autofill/autofill_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_browsertest.cc (revision 106380)
|
| +++ chrome/browser/autofill/autofill_browsertest.cc (working copy)
|
| @@ -28,6 +28,7 @@
|
| #include "content/browser/renderer_host/mock_render_process_host.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/public/browser/notification_service.h"
|
| #include "content/test/test_url_fetcher_factory.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/keycodes/keyboard_codes.h"
|
| @@ -667,7 +668,7 @@
|
|
|
| ui_test_utils::WindowedNotificationObserver translation_observer(
|
| chrome::NOTIFICATION_PAGE_TRANSLATED,
|
| - NotificationService::AllSources());
|
| + content::NotificationService::AllSources());
|
|
|
| // Simulate translation to kick onTranslateElementLoad.
|
| // But right now, the call stucks here.
|
|
|