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

Unified Diff: Source/modules/quota/StorageQuotaClient.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/quota/StorageErrorCallback.h ('k') | Source/modules/speech/SpeechGrammarList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageQuotaClient.h
diff --git a/Source/modules/quota/StorageQuotaClient.h b/Source/modules/quota/StorageQuotaClient.h
index 23c8ed778a7ca1465d311db7a923db6ec31d8b4f..4b095a2d7ddb1fd15368edb0a1328166c33ed26a 100644
--- a/Source/modules/quota/StorageQuotaClient.h
+++ b/Source/modules/quota/StorageQuotaClient.h
@@ -32,6 +32,7 @@
#define StorageQuotaClient_h
#include "platform/Supplementable.h"
+#include "platform/heap/Handle.h"
#include "public/platform/WebStorageQuotaType.h"
#include "wtf/Forward.h"
« no previous file with comments | « Source/modules/quota/StorageErrorCallback.h ('k') | Source/modules/speech/SpeechGrammarList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698