| Index: Source/WebKit/chromium/src/StorageAreaProxy.cpp | 
| diff --git a/Source/WebKit/chromium/src/StorageAreaProxy.cpp b/Source/WebKit/chromium/src/StorageAreaProxy.cpp | 
| index 2a852ce3c0cd818a062e0c580aaed61444f6c24c..9e95581e796550a79b00c782ba9acddf2816f234 100644 | 
| --- a/Source/WebKit/chromium/src/StorageAreaProxy.cpp | 
| +++ b/Source/WebKit/chromium/src/StorageAreaProxy.cpp | 
| @@ -36,9 +36,9 @@ | 
| #include "Page.h" | 
| #include "PageGroup.h" | 
| #include "SecurityOrigin.h" | 
| -#include "Storage.h" | 
| -#include "StorageEvent.h" | 
| #include "StorageNamespaceProxy.h" | 
| +#include "core/storage/Storage.h" | 
| +#include "core/storage/StorageEvent.h" | 
|  | 
| #include "WebFrameImpl.h" | 
| #include "WebPermissionClient.h" | 
|  |