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

Unified Diff: Source/WebKit/chromium/src/StorageNamespaceProxy.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
Index: Source/WebKit/chromium/src/StorageNamespaceProxy.h
diff --git a/Source/WebKit/chromium/src/StorageNamespaceProxy.h b/Source/WebKit/chromium/src/StorageNamespaceProxy.h
index f1b45fc5b3b1c35093aa990f468e7f3f03c58790..02b666892ca37ff29cf40b8ab9c19872c4aeced3 100644
--- a/Source/WebKit/chromium/src/StorageNamespaceProxy.h
+++ b/Source/WebKit/chromium/src/StorageNamespaceProxy.h
@@ -26,8 +26,8 @@
#ifndef StorageNamespaceProxy_h
#define StorageNamespaceProxy_h
-#include "StorageArea.h"
-#include "StorageNamespace.h"
+#include "core/storage/StorageArea.h"
+#include "core/storage/StorageNamespace.h"
namespace WebKit { class WebStorageNamespace; }

Powered by Google App Engine
This is Rietveld 408576698