| Index: components/history/core/browser/keyword_id.h
|
| diff --git a/components/history/core/browser/keyword_id.h b/components/history/core/browser/keyword_id.h
|
| index 9dda5e1c371c5bc910f9874f803c2a97fe9dd258..f7cb1f00ec932300e96103a142ffd3ff787ff3e2 100644
|
| --- a/components/history/core/browser/keyword_id.h
|
| +++ b/components/history/core/browser/keyword_id.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef COMPONENTS_HISTORY_CORE_BROWSER_KEYWORD_ID_H_
|
| #define COMPONENTS_HISTORY_CORE_BROWSER_KEYWORD_ID_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
|
|
| namespace history {
|
|
|
| // ID of a keyword associated with a URL and a search term.
|
| // 0 is the invalid value.
|
| -typedef int64 KeywordID;
|
| +typedef int64_t KeywordID;
|
|
|
| } // namespace history
|
|
|
|
|