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

Unified Diff: content/common_child/indexed_db/proxy_webidbdatabase_impl.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/proxy_webidbdatabase_impl.cc
diff --git a/content/common_child/indexed_db/proxy_webidbdatabase_impl.cc b/content/common_child/indexed_db/proxy_webidbdatabase_impl.cc
index faa1673e22cfaad3534660667790007e273ce3fa..db65e7137f9af76364654c71c7987aeacf1ba991 100644
--- a/content/common_child/indexed_db/proxy_webidbdatabase_impl.cc
+++ b/content/common_child/indexed_db/proxy_webidbdatabase_impl.cc
@@ -9,10 +9,10 @@
#include "content/common/child_thread.h"
#include "content/common/indexed_db/indexed_db_messages.h"
#include "content/common_child/indexed_db/indexed_db_dispatcher.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBKeyPath.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBMetadata.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
+#include "third_party/WebKit/public/platform/WebIDBKeyPath.h"
+#include "third_party/WebKit/public/platform/WebIDBMetadata.h"
+#include "third_party/WebKit/public/platform/WebString.h"
+#include "third_party/WebKit/public/platform/WebVector.h"
#include "webkit/glue/worker_task_runner.h"
using WebKit::WebIDBCallbacks;

Powered by Google App Engine
This is Rietveld 408576698