From d0a62f0d356c745c0d40e3014910984aeeff6ef4 Mon Sep 17 00:00:00 2001 From: "pilgrim@chromium.org" Date: Thu, 14 Feb 2013 03:39:10 +0000 Subject: Update some #includes in content/browser/dom_storage for headers that have been moved to the new Platform directory upstream Review URL: https://chromiumcodereview.appspot.com/12226037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182380 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/dom_storage/dom_storage_message_filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/browser/dom_storage/dom_storage_message_filter.h b/content/browser/dom_storage/dom_storage_message_filter.h index 05ea310..c71e42a 100644 --- a/content/browser/dom_storage/dom_storage_message_filter.h +++ b/content/browser/dom_storage/dom_storage_message_filter.h @@ -8,7 +8,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "content/public/browser/browser_message_filter.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageArea.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h" #include "webkit/dom_storage/dom_storage_context.h" #include "webkit/dom_storage/dom_storage_types.h" -- cgit v1.1