Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5299)

Unified Diff: chrome/test/gpu/gpu_crash_browsertest.cc

Issue 10820007: Move all the layout tests that ran under browser_tests to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/gpu/gpu_crash_browsertest.cc
===================================================================
--- chrome/test/gpu/gpu_crash_browsertest.cc (revision 148205)
+++ chrome/test/gpu/gpu_crash_browsertest.cc (working copy)
@@ -13,6 +13,7 @@
#include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/test_launcher_utils.h"
#include "chrome/test/base/ui_test_utils.h"
+#include "content/public/test/browser_test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gl/gl_implementation.h"
@@ -50,7 +51,7 @@
ui_test_utils::NavigateToURL(
browser(),
- ui_test_utils::GetFileUrlWithQuery(
+ content::GetFileUrlWithQuery(
gpu_test_dir_.AppendASCII("webgl.html"), "query=kill"));
SimulateGPUCrash(browser());
@@ -65,7 +66,7 @@
ui_test_utils::NavigateToURL(
browser(),
- ui_test_utils::GetFileUrlWithQuery(
+ content::GetFileUrlWithQuery(
gpu_test_dir_.AppendASCII("webgl.html"),
"query=WEBGL_lose_context"));

Powered by Google App Engine
This is Rietveld 408576698