| Index: chrome/browser/spellchecker/misspelling.cc
|
| diff --git a/chrome/browser/spellchecker/misspelling.cc b/chrome/browser/spellchecker/misspelling.cc
|
| index 82693f6be94572566e03784fb26e281f26290c42..86deb0d0674f0415b55867db078c9b8e111e9702 100644
|
| --- a/chrome/browser/spellchecker/misspelling.cc
|
| +++ b/chrome/browser/spellchecker/misspelling.cc
|
| @@ -38,7 +38,7 @@ Misspelling::Misspelling(const base::string16& context,
|
| size_t location,
|
| size_t length,
|
| const std::vector<base::string16>& suggestions,
|
| - uint32 hash)
|
| + uint32_t hash)
|
| : context(context),
|
| location(location),
|
| length(length),
|
|
|