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

Unified Diff: chrome/renderer/external_extension.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/extensions/js_only_v8_extensions.h ('k') | chrome/renderer/external_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/external_extension.h
diff --git a/chrome/renderer/external_extension.h b/chrome/renderer/external_extension.h
index d9e7b2758d9aa052715e12d917622a1b44dec73b..b5cb78b2284dbafb69b1787476552a0384cdf7fd 100644
--- a/chrome/renderer/external_extension.h
+++ b/chrome/renderer/external_extension.h
@@ -4,8 +4,8 @@
// Implements the window.external object.
-#ifndef CHROME_RENDERER_EXTENSIONS_V8_EXTERNAL_EXTENSION_H_
-#define CHROME_RENDERER_EXTENSIONS_V8_EXTERNAL_EXTENSION_H_
+#ifndef CHROME_RENDERER_EXTERNAL_EXTENSION_H_
+#define CHROME_RENDERER_EXTERNAL_EXTENSION_H_
namespace v8 {
class Extension;
@@ -20,4 +20,4 @@ class ExternalExtension {
} // namespace extensions_v8
-#endif // CHROME_RENDERER_EXTENSIONS_V8_EXTERNAL_EXTENSION_H_
+#endif // CHROME_RENDERER_EXTERNAL_EXTENSION_H_
« no previous file with comments | « chrome/renderer/extensions/js_only_v8_extensions.h ('k') | chrome/renderer/external_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698