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

Unified Diff: third_party/WebKit/Source/modules/quota/StorageQuota.cpp

Issue 2335073003: Move DOMError to modules/quota (Closed)
Patch Set: V2 Created 4 years, 3 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/StorageQuota.cpp
diff --git a/third_party/WebKit/Source/modules/quota/StorageQuota.cpp b/third_party/WebKit/Source/modules/quota/StorageQuota.cpp
index 3a92298240e4cb5df064f3a8c961e8660aef52d0..d7ee54d65e447e3e5fee3c690546cdd2e5226e1f 100644
--- a/third_party/WebKit/Source/modules/quota/StorageQuota.cpp
+++ b/third_party/WebKit/Source/modules/quota/StorageQuota.cpp
@@ -32,9 +32,9 @@
#include "bindings/core/v8/ScriptPromise.h"
#include "bindings/core/v8/ScriptPromiseResolver.h"
-#include "core/dom/DOMError.h"
#include "core/dom/ExceptionCode.h"
#include "core/dom/ExecutionContext.h"
+#include "modules/quota/DOMError.h"
#include "modules/quota/StorageQuotaCallbacksImpl.h"
#include "modules/quota/StorageQuotaClient.h"
#include "platform/weborigin/KURL.h"

Powered by Google App Engine
This is Rietveld 408576698