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

Unified Diff: Source/WebKit/chromium/tests/IDBTransactionTest.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
« no previous file with comments | « Source/WebKit/chromium/tests/IDBRequestTest.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/IDBTransactionTest.cpp
diff --git a/Source/WebKit/chromium/tests/IDBTransactionTest.cpp b/Source/WebKit/chromium/tests/IDBTransactionTest.cpp
index 1ad4077aee6b3d520eccbcc8aee37cf70fa08d97..be1fd57fe77eba833721f672dd8e4995d85b41a0 100644
--- a/Source/WebKit/chromium/tests/IDBTransactionTest.cpp
+++ b/Source/WebKit/chromium/tests/IDBTransactionTest.cpp
@@ -30,18 +30,18 @@
#include "config.h"
-#include "IDBTransaction.h"
+#include "modules/indexeddb/IDBTransaction.h"
#include "FrameTestHelpers.h"
-#include "IDBDatabase.h"
-#include "IDBDatabaseBackendImpl.h"
-#include "IDBDatabaseCallbacks.h"
-#include "IDBPendingTransactionMonitor.h"
-#include "IDBTransaction.h"
#include "ScriptController.h"
#include "WebFrame.h"
#include "WebFrameImpl.h"
#include "WebView.h"
+#include "modules/indexeddb/IDBDatabase.h"
+#include "modules/indexeddb/IDBDatabaseBackendImpl.h"
+#include "modules/indexeddb/IDBDatabaseCallbacks.h"
+#include "modules/indexeddb/IDBPendingTransactionMonitor.h"
+#include "modules/indexeddb/IDBTransaction.h"
#include <gtest/gtest.h>
« no previous file with comments | « Source/WebKit/chromium/tests/IDBRequestTest.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698