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

Unified Diff: third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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: third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h
diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h
index c621ba9719a07b8c302e9b2b4b54ff454dfe81a8..b2b6f9f76a7492676bf8e072a539212e10b7827b 100644
--- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h
+++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h
@@ -26,6 +26,7 @@
#ifndef WebIDBCursor_h
#define WebIDBCursor_h
+#if 0
#include "public/platform/WebCommon.h"
#include "public/platform/WebString.h"
#include "public/platform/modules/indexeddb/WebIDBCallbacks.h"
@@ -48,4 +49,6 @@ protected:
} // namespace blink
+#endif
+
#endif // WebIDBCursor_h

Powered by Google App Engine
This is Rietveld 408576698