diff options
Diffstat (limited to 'chrome/browser/renderer_context_menu/spelling_menu_observer.h')
| -rw-r--r-- | chrome/browser/renderer_context_menu/spelling_menu_observer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/renderer_context_menu/spelling_menu_observer.h b/chrome/browser/renderer_context_menu/spelling_menu_observer.h index adfead7..a98e7b5 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 |
