| Index: components/favicon_base/favicon_types.h
|
| diff --git a/components/favicon_base/favicon_types.h b/components/favicon_base/favicon_types.h
|
| index 469d0fa10b9890fee0cb5a83dc0aa2d71e8999a7..8859f64a2aa46f6e309b8ed1b4a51c8e1d7c83f9 100644
|
| --- a/components/favicon_base/favicon_types.h
|
| +++ b/components/favicon_base/favicon_types.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_
|
| #define COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/gfx/geometry/size.h"
|
| @@ -15,7 +17,7 @@ namespace favicon_base {
|
|
|
| struct FallbackIconStyle;
|
|
|
| -typedef int64 FaviconID;
|
| +typedef int64_t FaviconID;
|
|
|
| // Defines the icon types. They are also stored in icon_type field of favicons
|
| // table.
|
|
|