Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10750)

Unified Diff: chrome/renderer/localized_error.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/loadtimes_extension_bindings.h ('k') | chrome/renderer/net/render_dns_master.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/renderer/loadtimes_extension_bindings.h ('k') | chrome/renderer/net/render_dns_master.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698