| Index: chrome/browser/renderer_context_menu/spelling_menu_observer.h
|
| diff --git a/chrome/browser/renderer_context_menu/spelling_menu_observer.h b/chrome/browser/renderer_context_menu/spelling_menu_observer.h
|
| index adfead7494ef92dbffb980b166a7759c4fb976f3..a98e7b51bffdc4163c47d62b0de2c09a1048d19a 100644
|
| --- a/chrome/browser/renderer_context_menu/spelling_menu_observer.h
|
| +++ b/chrome/browser/renderer_context_menu/spelling_menu_observer.h
|
| @@ -5,9 +5,13 @@
|
| #ifndef CHROME_BROWSER_RENDERER_CONTEXT_MENU_SPELLING_MENU_OBSERVER_H_
|
| #define CHROME_BROWSER_RENDERER_CONTEXT_MENU_SPELLING_MENU_OBSERVER_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/prefs/pref_member.h"
|
| #include "base/strings/string16.h"
|
| @@ -90,7 +94,7 @@ class SpellingMenuObserver : public RenderViewContextMenuObserver {
|
|
|
| // The hash identifier for the misspelled word. Used for collecting user
|
| // feedback to spellcheck suggestions.
|
| - uint32 misspelling_hash_;
|
| + uint32_t misspelling_hash_;
|
|
|
| // The string representing the result of this call. This string is a
|
| // suggestion when this call finished successfully. Otherwise it is error
|
|
|