Index: content/browser/appcache/appcache_storage_impl_unittest.cc |
diff --git a/content/browser/appcache/appcache_storage_impl_unittest.cc b/content/browser/appcache/appcache_storage_impl_unittest.cc |
index 4c467a1a2dc431b213ee087c985c3cac9a275c35..cb34c9ea7f185d39c4ed78ab4f0b0dc8a693f5c5 100644 |
--- a/content/browser/appcache/appcache_storage_impl_unittest.cc |
+++ b/content/browser/appcache/appcache_storage_impl_unittest.cc |
@@ -13,7 +13,16 @@ |
#include "base/message_loop/message_loop.h" |
#include "base/synchronization/waitable_event.h" |
#include "base/threading/thread.h" |
+#include "content/browser/appcache/appcache.h" |
+#include "content/browser/appcache/appcache_backend_impl.h" |
+#include "content/browser/appcache/appcache_database.h" |
+#include "content/browser/appcache/appcache_entry.h" |
+#include "content/browser/appcache/appcache_group.h" |
+#include "content/browser/appcache/appcache_host.h" |
#include "content/browser/appcache/appcache_interceptor.h" |
+#include "content/browser/appcache/appcache_request_handler.h" |
+#include "content/browser/appcache/appcache_service_impl.h" |
+#include "content/browser/appcache/appcache_storage_impl.h" |
#include "net/base/net_errors.h" |
#include "net/base/request_priority.h" |
#include "net/http/http_response_headers.h" |
@@ -23,40 +32,8 @@ |
#include "net/url_request/url_request_test_util.h" |
#include "sql/test/test_helpers.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "webkit/browser/appcache/appcache.h" |
-#include "webkit/browser/appcache/appcache_backend_impl.h" |
-#include "webkit/browser/appcache/appcache_database.h" |
-#include "webkit/browser/appcache/appcache_entry.h" |
-#include "webkit/browser/appcache/appcache_group.h" |
-#include "webkit/browser/appcache/appcache_host.h" |
-#include "webkit/browser/appcache/appcache_request_handler.h" |
-#include "webkit/browser/appcache/appcache_service_impl.h" |
-#include "webkit/browser/appcache/appcache_storage_impl.h" |
#include "webkit/browser/quota/quota_manager.h" |
-using appcache::APPCACHE_FALLBACK_NAMESPACE; |
-using appcache::APPCACHE_NETWORK_NAMESPACE; |
-using appcache::AppCacheBackendImpl; |
-using appcache::AppCacheDatabase; |
-using appcache::AppCacheEntry; |
-using appcache::AppCacheFrontend; |
-using appcache::AppCacheHost; |
-using appcache::AppCacheInfo; |
-using appcache::AppCacheGroup; |
-using appcache::AppCacheServiceImpl; |
-using appcache::AppCacheStorage; |
-using appcache::AppCacheStorageImpl; |
-using appcache::AppCacheStorageReference; |
-using appcache::AppCache; |
-using appcache::AppCacheErrorDetails; |
-using appcache::AppCacheEventID; |
-using appcache::kAppCacheNoCacheId; |
-using appcache::kAppCacheNoResponseId; |
-using appcache::APPCACHE_INTERCEPT_NAMESPACE; |
-using appcache::AppCacheLogLevel; |
-using appcache::Namespace; |
-using appcache::AppCacheStatus; |
- |
namespace content { |
namespace { |