Index: content/browser/appcache/manifest_parser_unittest.cc |
diff --git a/content/browser/appcache/manifest_parser_unittest.cc b/content/browser/appcache/manifest_parser_unittest.cc |
index 8a44376d7749ecfd9bbd291a37b5158da74db8ed..e784f7adff1c2c071bd4a5633d5b8fb60e9d69f3 100644 |
--- a/content/browser/appcache/manifest_parser_unittest.cc |
+++ b/content/browser/appcache/manifest_parser_unittest.cc |
@@ -4,17 +4,9 @@ |
#include <string> |
+#include "content/browser/appcache/manifest_parser.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "url/gurl.h" |
-#include "webkit/browser/appcache/manifest_parser.h" |
- |
-using appcache::Manifest; |
-using appcache::NamespaceVector; |
-using appcache::APPCACHE_FALLBACK_NAMESPACE; |
-using appcache::APPCACHE_INTERCEPT_NAMESPACE; |
-using appcache::APPCACHE_NETWORK_NAMESPACE; |
-using appcache::PARSE_MANIFEST_ALLOWING_INTERCEPTS; |
-using appcache::PARSE_MANIFEST_PER_STANDARD; |
namespace content { |