| Index: content/child/indexed_db/proxy_webidbcursor_impl_unittest.cc
|
| diff --git a/content/common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc b/content/child/indexed_db/proxy_webidbcursor_impl_unittest.cc
|
| similarity index 97%
|
| rename from content/common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc
|
| rename to content/child/indexed_db/proxy_webidbcursor_impl_unittest.cc
|
| index 0fb09426d6dfd98f89af3d736b440a8e0d4d7a08..6c66ca93f5b988dd386f60f4c6945d36965ffdd4 100644
|
| --- a/content/common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc
|
| +++ b/content/child/indexed_db/proxy_webidbcursor_impl_unittest.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| +#include "content/child/indexed_db/indexed_db_dispatcher.h"
|
| +#include "content/child/indexed_db/proxy_webidbcursor_impl.h"
|
| #include "content/common/indexed_db/indexed_db_key.h"
|
| -#include "content/common_child/indexed_db/indexed_db_dispatcher.h"
|
| -#include "content/common_child/indexed_db/proxy_webidbcursor_impl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/public/platform/WebData.h"
|
| #include "third_party/WebKit/public/platform/WebIDBCallbacks.h"
|
|
|