| Index: webkit/browser/dom_storage/dom_storage_area_unittest.cc
|
| ===================================================================
|
| --- webkit/browser/dom_storage/dom_storage_area_unittest.cc (revision 0)
|
| +++ webkit/browser/dom_storage/dom_storage_area_unittest.cc (working copy)
|
| @@ -11,12 +11,12 @@
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/dom_storage/dom_storage_area.h"
|
| -#include "webkit/dom_storage/dom_storage_database.h"
|
| -#include "webkit/dom_storage/dom_storage_database_adapter.h"
|
| -#include "webkit/dom_storage/dom_storage_task_runner.h"
|
| -#include "webkit/dom_storage/dom_storage_types.h"
|
| -#include "webkit/dom_storage/local_storage_database_adapter.h"
|
| +#include "webkit/browser/dom_storage/dom_storage_area.h"
|
| +#include "webkit/browser/dom_storage/dom_storage_database.h"
|
| +#include "webkit/browser/dom_storage/dom_storage_database_adapter.h"
|
| +#include "webkit/browser/dom_storage/dom_storage_task_runner.h"
|
| +#include "webkit/browser/dom_storage/local_storage_database_adapter.h"
|
| +#include "webkit/common/dom_storage/dom_storage_types.h"
|
|
|
| namespace dom_storage {
|
|
|
|
|