| Index: chrome/renderer/localized_error.h
|
| diff --git a/chrome/renderer/localized_error.h b/chrome/renderer/localized_error.h
|
| index ff7da34ff7e6b5cf2c074e06ac4d703903aa4e0b..33300c4dd87d75086aac94653b43a2c2f55784c1 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_
|
|
|