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

Unified Diff: chrome/test/perf/shutdown_test.cc

Issue 10829070: Move resource_dispatcher_host_browsertest.cc to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync 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/perf/shutdown_test.cc
===================================================================
--- chrome/test/perf/shutdown_test.cc (revision 148962)
+++ chrome/test/perf/shutdown_test.cc (working copy)
@@ -53,7 +53,7 @@
ui_test_utils::GetTestFilePath(kCurrentDir,
FilePath(FILE_PATH_LITERAL("french_page.html"))),
ui_test_utils::GetTestFilePath(kCurrentDir,
- FilePath(FILE_PATH_LITERAL("onunload_cookie.html"))),
+ FilePath(FILE_PATH_LITERAL("setcookie.html"))),
};
for (size_t i = 0; i < arraysize(test_cases); i++) {

Powered by Google App Engine
This is Rietveld 408576698