Index: third_party/WebKit/Source/modules/quota/StorageErrorCallback.h |
diff --git a/third_party/WebKit/Source/modules/quota/StorageErrorCallback.h b/third_party/WebKit/Source/modules/quota/StorageErrorCallback.h |
index c54daec0f1f28f0e5e6a5c66bfea4ec758b611af..194f548965fb74c74bdb2234efcb5365d4e314a6 100644 |
--- a/third_party/WebKit/Source/modules/quota/StorageErrorCallback.h |
+++ b/third_party/WebKit/Source/modules/quota/StorageErrorCallback.h |
@@ -31,6 +31,7 @@ |
#ifndef StorageErrorCallback_h |
#define StorageErrorCallback_h |
+#include "core/dom/ExceptionCode.h" |
#include "core/dom/ExecutionContext.h" |
#include "core/dom/ExecutionContextTask.h" |
#include "modules/ModulesExport.h" |
@@ -41,8 +42,6 @@ namespace blink { |
class DOMError; |
-typedef int ExceptionCode; |
- |
class StorageErrorCallback |
: public GarbageCollectedFinalized<StorageErrorCallback> { |
public: |