Index: content/browser/appcache/appcache_database_unittest.cc |
diff --git a/content/browser/appcache/appcache_database_unittest.cc b/content/browser/appcache/appcache_database_unittest.cc |
index 2f09a02306ed303ff3205074ddcef506e552bd3e..79751d99e96999fa9f8692b246ceed7fa9d601e1 100644 |
--- a/content/browser/appcache/appcache_database_unittest.cc |
+++ b/content/browser/appcache/appcache_database_unittest.cc |
@@ -2,11 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stdint.h> |
+ |
#include <limits> |
#include "base/bind.h" |
#include "base/files/file_util.h" |
#include "base/files/scoped_temp_dir.h" |
+#include "base/macros.h" |
#include "base/strings/stringprintf.h" |
#include "content/browser/appcache/appcache_database.h" |
#include "content/browser/appcache/appcache_entry.h" |