| Index: content/browser/indexed_db/indexed_db_unittest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_unittest.cc b/content/browser/indexed_db/indexed_db_unittest.cc
|
| index e45f4b45eae33a9ba455dcf3943e691327bd1b18..5a67e386885eedc24c7fc5e1b24f6aa4493b693c 100644
|
| --- a/content/browser/indexed_db/indexed_db_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_unittest.cc
|
| @@ -12,9 +12,9 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabase.h"
|
| #include "webkit/base/origin_url_conversions.h"
|
| -#include "webkit/quota/mock_special_storage_policy.h"
|
| -#include "webkit/quota/quota_manager.h"
|
| -#include "webkit/quota/special_storage_policy.h"
|
| +#include "webkit/browser/quota/mock_special_storage_policy.h"
|
| +#include "webkit/browser/quota/quota_manager.h"
|
| +#include "webkit/browser/quota/special_storage_policy.h"
|
|
|
| namespace content {
|
|
|
|
|