Index: content/browser/appcache/appcache_manifest_parser_unittest.cc |
diff --git a/content/browser/appcache/appcache_manifest_parser_unittest.cc b/content/browser/appcache/appcache_manifest_parser_unittest.cc |
index 6dd8c279121c3f564c6fceb9e3851f66aa0c482d..4f3d2f4cd2a0e4851a9e9f6efa0fdaf625520723 100644 |
--- a/content/browser/appcache/appcache_manifest_parser_unittest.cc |
+++ b/content/browser/appcache/appcache_manifest_parser_unittest.cc |
@@ -2,8 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stddef.h> |
+ |
#include <string> |
+#include "base/macros.h" |
#include "content/browser/appcache/appcache_manifest_parser.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "url/gurl.h" |