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

Unified Diff: Source/WebKit/chromium/tests/IDBCleanupOnIOErrorTest.cpp

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... Created 7 years, 8 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: Source/WebKit/chromium/tests/IDBCleanupOnIOErrorTest.cpp
diff --git a/Source/WebKit/chromium/tests/IDBCleanupOnIOErrorTest.cpp b/Source/WebKit/chromium/tests/IDBCleanupOnIOErrorTest.cpp
index ba787a9450a85d2fd48a3c952414932041e43e82..1c6933597fcfc92ecfb5f6e19928ace5c700c1b0 100644
--- a/Source/WebKit/chromium/tests/IDBCleanupOnIOErrorTest.cpp
+++ b/Source/WebKit/chromium/tests/IDBCleanupOnIOErrorTest.cpp
@@ -26,9 +26,9 @@
#include "config.h"
#include <gtest/gtest.h>
#include <webkit/support/webkit_support.h>
-#include "IDBBackingStore.h"
#include "core/page/SecurityOrigin.h"
#include "core/platform/leveldb/LevelDBDatabase.h"
+#include "modules/indexeddb/IDBBackingStore.h"
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp ('k') | Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698