Index: chrome/browser/prerender/prerender_browsertest.cc |
=================================================================== |
--- chrome/browser/prerender/prerender_browsertest.cc (revision 147044) |
+++ chrome/browser/prerender/prerender_browsertest.cc (working copy) |
@@ -48,6 +48,7 @@ |
#include "content/public/browser/render_view_host.h" |
#include "content/public/browser/web_contents.h" |
#include "content/public/common/url_constants.h" |
+#include "content/public/test/browser_test_utils.h" |
#include "content/public/test/test_navigation_observer.h" |
#include "grit/generated_resources.h" |
#include "net/base/mock_host_resolver.h" |
@@ -1019,9 +1020,9 @@ |
content::NotificationService::AllSources(), NULL, 1); |
base::RunLoop run_loop; |
observer.WaitForObservation( |
- base::Bind(&ui_test_utils::RunThisRunLoop, |
+ base::Bind(&content::RunThisRunLoop, |
base::Unretained(&run_loop)), |
- ui_test_utils::GetQuitTaskForRunLoop(&run_loop)); |
+ content::GetQuitTaskForRunLoop(&run_loop)); |
} |
} |