diff options
Diffstat (limited to 'chrome/renderer/localized_error.h')
-rw-r--r-- | chrome/renderer/localized_error.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/renderer/localized_error.h b/chrome/renderer/localized_error.h index ff7da34..33300c4 100644 --- a/chrome/renderer/localized_error.h +++ b/chrome/renderer/localized_error.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_LOCALIZED_ERROR_VALUES_H__ -#define CHROME_RENDERER_LOCALIZED_ERROR_VALUES_H__ +#ifndef CHROME_RENDERER_LOCALIZED_ERROR_H_ +#define CHROME_RENDERER_LOCALIZED_ERROR_H_ class DictionaryValue; class GURL; @@ -22,4 +22,4 @@ void GetLocalizedErrorValues(const WebKit::WebURLError& error, void GetFormRepostErrorValues(const GURL& display_url, DictionaryValue* error_strings); -#endif // CHROME_RENDERER_LOCALIZED_ERROR_VALUES_H__ +#endif // CHROME_RENDERER_LOCALIZED_ERROR_H_ |