| Index: chrome/renderer/spellchecker/spellcheck.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck.h b/chrome/renderer/spellchecker/spellcheck.h
|
| index 3b2e19de9876810289a628944433900db961d502..b482770be086e90d1b76640dfc0fc0d350855366 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_RENDERER_SPELLCHECKER_SPELLCHECKER_H_
|
| -#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECKER_H_
|
| +#ifndef CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_H_
|
| +#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_H_
|
|
|
| #include <queue>
|
| #include <string>
|
| @@ -124,4 +124,4 @@ class SpellCheck {
|
| DISALLOW_COPY_AND_ASSIGN(SpellCheck);
|
| };
|
|
|
| -#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECKER_H_
|
| +#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_H_
|
|
|