Index: content/browser/appcache/appcache_host_unittest.cc |
diff --git a/content/browser/appcache/appcache_host_unittest.cc b/content/browser/appcache/appcache_host_unittest.cc |
index ee935c1b508961e0a2b56a66e362dae5b07fe04a..1e19f2400fc4cc2cc6cbdfca286e3a344fc64286 100644 |
--- a/content/browser/appcache/appcache_host_unittest.cc |
+++ b/content/browser/appcache/appcache_host_unittest.cc |
@@ -2,16 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "content/browser/appcache/appcache_host.h" |
+ |
#include <stdint.h> |
+#include <memory> |
+ |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/message_loop/message_loop.h" |
#include "content/browser/appcache/appcache.h" |
#include "content/browser/appcache/appcache_backend_impl.h" |
#include "content/browser/appcache/appcache_group.h" |
-#include "content/browser/appcache/appcache_host.h" |
#include "content/browser/appcache/mock_appcache_policy.h" |
#include "content/browser/appcache/mock_appcache_service.h" |
#include "net/url_request/url_request.h" |