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

Unified Diff: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc

Issue 9802025: Rewrite HTML5 workers ui_tests to browser_tests. Compared to ui_tests, browser_tests are faster, le… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to revision with blank line at end of worker-utils.js to see if this patches on bots Created 8 years, 9 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
« no previous file with comments | « chrome/test/data/workers/worker_utils.js ('k') | content/browser/worker_host/test/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
===================================================================
--- content/browser/in_process_webkit/indexed_db_layout_browsertest.cc (revision 129509)
+++ content/browser/in_process_webkit/indexed_db_layout_browsertest.cc (working copy)
@@ -8,7 +8,7 @@
class IndexedDBLayoutTest : public InProcessBrowserLayoutTest {
public:
IndexedDBLayoutTest() : InProcessBrowserLayoutTest(
- FilePath().AppendASCII("storage").AppendASCII("indexeddb")) {
+ FilePath(), FilePath().AppendASCII("storage").AppendASCII("indexeddb")) {
}
virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
InProcessBrowserLayoutTest::SetUpInProcessBrowserTestFixture();
« no previous file with comments | « chrome/test/data/workers/worker_utils.js ('k') | content/browser/worker_host/test/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698