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

Unified Diff: Source/modules/indexeddb/IndexedDBClient.h

Issue 334263022: Include wtf/RefCounted.h less often in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/modules/indexeddb/IDBKeyRange.h ('k') | Source/modules/mediasource/SourceBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IndexedDBClient.h
diff --git a/Source/modules/indexeddb/IndexedDBClient.h b/Source/modules/indexeddb/IndexedDBClient.h
index b9eca00063ea4b070a82360f83a692c83b450196..8a2afbe8a7cfff10a7d350997c2d3e61d41d4285 100644
--- a/Source/modules/indexeddb/IndexedDBClient.h
+++ b/Source/modules/indexeddb/IndexedDBClient.h
@@ -29,8 +29,6 @@
#define IndexedDBClient_h
#include "platform/heap/Handle.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
namespace WebCore {
« no previous file with comments | « Source/modules/indexeddb/IDBKeyRange.h ('k') | Source/modules/mediasource/SourceBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698