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

Unified Diff: content/common_child/indexed_db/indexed_db_dispatcher.cc

Issue 15822010: Update refernces to Blink's Platform API (content) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: content/common_child/indexed_db/indexed_db_dispatcher.cc
diff --git a/content/common_child/indexed_db/indexed_db_dispatcher.cc b/content/common_child/indexed_db/indexed_db_dispatcher.cc
index 4770c8cbde0945c706fe1c6620804331c7b1c945..a806556e4f6a5b2e727d0c218adf18218dd39af2 100644
--- a/content/common_child/indexed_db/indexed_db_dispatcher.cc
+++ b/content/common_child/indexed_db/indexed_db_dispatcher.cc
@@ -13,10 +13,10 @@
#include "content/common_child/indexed_db/proxy_webidbcursor_impl.h"
#include "content/common_child/indexed_db/proxy_webidbdatabase_impl.h"
#include "ipc/ipc_channel.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabaseCallbacks.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabaseError.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabaseException.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBKeyRange.h"
+#include "third_party/WebKit/public/platform/WebIDBDatabaseCallbacks.h"
+#include "third_party/WebKit/public/platform/WebIDBDatabaseError.h"
+#include "third_party/WebKit/public/platform/WebIDBDatabaseException.h"
+#include "third_party/WebKit/public/platform/WebIDBKeyRange.h"
using WebKit::WebData;
using WebKit::WebIDBCallbacks;

Powered by Google App Engine
This is Rietveld 408576698