| Index: chrome/browser/spellchecker/spellcheck_dictionary.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_dictionary.h b/chrome/browser/spellchecker/spellcheck_dictionary.h
|
| index e9f8b7a9a5cc6bc5b4707b1bf2539abb1300d40c..ea94c98a2f7bfc6c11655f5f31e62be99ae21af1 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_dictionary.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_dictionary.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_DICTIONARY_H_
|
| #define CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_DICTIONARY_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
|
|
| // Defines a dictionary for use in the spellchecker system and provides access
|
| // to words within the dictionary.
|
|
|