| Index: chrome/browser/translate/translate_manager_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/translate/translate_manager_browsertest.cc (revision 140213)
|
| +++ chrome/browser/translate/translate_manager_browsertest.cc (working copy)
|
| @@ -34,8 +34,8 @@
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/test/mock_notification_observer.h"
|
| #include "content/test/mock_render_process_host.h"
|
| -#include "content/test/notification_observer_mock.h"
|
| #include "content/test/render_view_test.h"
|
| #include "content/test/test_browser_thread.h"
|
| #include "content/test/test_renderer_host.h"
|
| @@ -249,7 +249,7 @@
|
| Property(&content::Details<std::string>::ptr, Pointee(path))));
|
| }
|
|
|
| - content::NotificationObserverMock pref_observer_;
|
| + content::MockNotificationObserver pref_observer_;
|
|
|
| private:
|
| content::NotificationRegistrar notification_registrar_;
|
|
|