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

Unified Diff: third_party/WebKit/Source/modules/quota/StorageErrorCallback.h

Issue 2625053002: Remove redefinitions of ExceptionCode. (Closed)
Patch Set: Created 3 years, 11 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/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:

Powered by Google App Engine
This is Rietveld 408576698