| Index: content/browser/appcache/appcache_group_unittest.cc
|
| diff --git a/content/browser/appcache/appcache_group_unittest.cc b/content/browser/appcache/appcache_group_unittest.cc
|
| index 64e321d5525270ba5794564f76f7ea24ab85abe0..180e522c9a4a94ee810a5285d3b32a2af339fee4 100644
|
| --- a/content/browser/appcache/appcache_group_unittest.cc
|
| +++ b/content/browser/appcache/appcache_group_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| @@ -51,7 +53,7 @@ class TestAppCacheFrontend : public content::AppCacheFrontend {
|
| void OnContentBlocked(int host_id, const GURL& manifest_url) override {}
|
|
|
| int last_host_id_;
|
| - int64 last_cache_id_;
|
| + int64_t last_cache_id_;
|
| content::AppCacheStatus last_status_;
|
| };
|
|
|
|
|