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

Unified Diff: Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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: Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
diff --git a/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h b/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
index 8ca7a772ca1a7dbb84561ef65c7140960785135b..98a90dc46387063feeb4abc3990bc656a9b1d95c 100644
--- a/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
+++ b/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
@@ -31,10 +31,10 @@
#ifndef WorkerStorageQuotaCallbacksBridge_h
#define WorkerStorageQuotaCallbacksBridge_h
-#include "ScriptExecutionContext.h"
-#include "core/storage/StorageArea.h"
#include <WebStorageQuotaError.h>
#include <WebStorageQuotaType.h>
+#include "core/dom/ScriptExecutionContext.h"
+#include "core/storage/StorageArea.h"
#include <public/WebVector.h>
#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>

Powered by Google App Engine
This is Rietveld 408576698