| Index: webkit/tools/test_shell/simple_dom_storage_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_dom_storage_system.cc b/webkit/tools/test_shell/simple_dom_storage_system.cc
|
| index 614dfb9707086b0a5ae9e273f4bf0c99a1a2c856..dbaee72f7a037ba6d5cdd1f3d302913436aacbb4 100644
|
| --- a/webkit/tools/test_shell/simple_dom_storage_system.cc
|
| +++ b/webkit/tools/test_shell/simple_dom_storage_system.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/auto_reset.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageNamespace.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
|
| +#include "third_party/WebKit/public/platform/WebStorageArea.h"
|
| +#include "third_party/WebKit/public/platform/WebStorageNamespace.h"
|
| +#include "third_party/WebKit/public/platform/WebURL.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispatcher.h"
|
| #include "webkit/database/database_util.h"
|
| #include "webkit/dom_storage/dom_storage_area.h"
|
|
|