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

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

Issue 13851012: Absolutify paths in core/storage. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ... 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
« no previous file with comments | « Source/WebKit/chromium/src/StorageNamespaceProxy.h ('k') | Source/bindings/v8/custom/V8DOMWindowCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
diff --git a/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h b/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
index 4d039c4b0f7fde864a6acca2889dbec7370eafae..8ca7a772ca1a7dbb84561ef65c7140960785135b 100644
--- a/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
+++ b/Source/WebKit/chromium/src/WorkerStorageQuotaCallbacksBridge.h
@@ -32,14 +32,14 @@
#define WorkerStorageQuotaCallbacksBridge_h
#include "ScriptExecutionContext.h"
-#include "StorageArea.h"
+#include "core/storage/StorageArea.h"
#include <WebStorageQuotaError.h>
#include <WebStorageQuotaType.h>
#include <public/WebVector.h>
#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
-#include <wtf/Threading.h>
#include <wtf/text/WTFString.h>
+#include <wtf/Threading.h>
abarth-chromium 2013/04/24 16:25:47 Would you be willing to convert these wtf header i
namespace WebCore {
class WorkerLoaderProxy;
« no previous file with comments | « Source/WebKit/chromium/src/StorageNamespaceProxy.h ('k') | Source/bindings/v8/custom/V8DOMWindowCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698