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

Unified Diff: chrome/renderer/plugin_channel_host.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/net/render_dns_master.h ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugin_channel_host.h
diff --git a/chrome/renderer/plugin_channel_host.h b/chrome/renderer/plugin_channel_host.h
index b37ab99fa11802863306740e0fc11bac03507c9b..53289b9a6cd08ba96ca155a8186ca8086c4f039d 100644
--- a/chrome/renderer/plugin_channel_host.h
+++ b/chrome/renderer/plugin_channel_host.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_PLUGIN_PLUGIN_CHANNEL_HOST_H__
-#define CHROME_PLUGIN_PLUGIN_CHANNEL_HOST_H__
+#ifndef CHROME_RENDERER_PLUGIN_CHANNEL_HOST_H_
+#define CHROME_RENDERER_PLUGIN_CHANNEL_HOST_H_
#include "base/hash_tables.h"
#include "chrome/plugin/plugin_channel_base.h"
@@ -54,4 +54,4 @@ class PluginChannelHost : public PluginChannelBase {
DISALLOW_EVIL_CONSTRUCTORS(PluginChannelHost);
};
-#endif // CHROME_PLUGIN_PLUGIN_CHANNEL_HOST_H__
+#endif // CHROME_RENDERER_PLUGIN_CHANNEL_HOST_H_
« no previous file with comments | « chrome/renderer/net/render_dns_master.h ('k') | chrome/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698