| Index: webkit/appcache/appcache_storage_impl_unittest.cc
|
| diff --git a/webkit/appcache/appcache_storage_impl_unittest.cc b/webkit/appcache/appcache_storage_impl_unittest.cc
|
| index 5e824d1bb92df791a2148c42984d51cfe115a59e..b3a34e757f43d94f1da2edaf00ef9eafd27602f8 100644
|
| --- a/webkit/appcache/appcache_storage_impl_unittest.cc
|
| +++ b/webkit/appcache/appcache_storage_impl_unittest.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/callback.h"
|
| #include "base/message_loop.h"
|
| -#include "base/threading/thread.h"
|
| #include "base/synchronization/waitable_event.h"
|
| +#include "base/threading/thread.h"
|
| #include "net/base/net_errors.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/appcache/appcache.h"
|
| @@ -18,7 +18,7 @@
|
| #include "webkit/appcache/appcache_group.h"
|
| #include "webkit/appcache/appcache_service.h"
|
| #include "webkit/appcache/appcache_storage_impl.h"
|
| -#include "webkit/quota/quota_manager.h"
|
| +#include "webkit/browser/quota/quota_manager.h"
|
|
|
| namespace appcache {
|
|
|
|
|