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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/IDBDatabaseBackendTest.cpp
diff --git a/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp b/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp
index 4caa666c3c2d05d24d0f8fdbecff97d1b8440a85..0425ab7f4d7dc8d863011e368e2c54d2fde9955c 100644
--- a/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp
+++ b/Source/WebKit/chromium/tests/IDBDatabaseBackendTest.cpp
@@ -35,9 +35,9 @@
#include "IDBFakeBackingStore.h"
#include "IDBTransactionBackendImpl.h"
#include "IndexedDB.h"
-#include "SharedBuffer.h"
#include "WebIDBDatabaseCallbacksImpl.h"
#include "WebIDBDatabaseImpl.h"
+#include "core/platform/SharedBuffer.h"
#include <gtest/gtest.h>
« no previous file with comments | « Source/WebKit/chromium/tests/IDBBackingStoreTest.cpp ('k') | Source/WebKit/chromium/tests/ImageDecodingStoreTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698