summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/npobject_stub.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/plugin/npobject_stub.h b/chrome/plugin/npobject_stub.h
index a309750..049afb5 100644
--- a/chrome/plugin/npobject_stub.h
+++ b/chrome/plugin/npobject_stub.h
@@ -5,8 +5,8 @@
// A class that receives IPC messages from an NPObjectProxy and calls the real
// NPObject.
-#ifndef CHROME_PLUGIN_NPOBJECT_STUB_H__
-#define CHROME_PLUGIN_NPOBJECT_STUB_H__
+#ifndef CHROME_PLUGIN_NPOBJECT_STUB_H_
+#define CHROME_PLUGIN_NPOBJECT_STUB_H_
#include "base/ref_counted.h"
#include "chrome/common/ipc_channel.h"
@@ -79,5 +79,4 @@ class NPObjectStub : public IPC::Channel::Listener,
WebPluginDelegateProxy* web_plugin_delegate_proxy_;
};
-#endif // CHROME_PLUGIN_NPOBJECT_STUB_H__
-
+#endif // CHROME_PLUGIN_NPOBJECT_STUB_H_