diff options
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/npobject_proxy.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/plugin/npobject_proxy.h b/chrome/plugin/npobject_proxy.h index 6f8c3cd..4157717 100644 --- a/chrome/plugin/npobject_proxy.h +++ b/chrome/plugin/npobject_proxy.h @@ -5,8 +5,8 @@ // A proxy for NPObject that sends all calls to the object to an NPObjectStub // running in a different process. -#ifndef CHROME_PLUGIN_NPOBJECT_PROXY_H__ -#define CHROME_PLUGIN_NPOBJECT_PROXY_H__ +#ifndef CHROME_PLUGIN_NPOBJECT_PROXY_H_ +#define CHROME_PLUGIN_NPOBJECT_PROXY_H_ #include "base/ref_counted.h" #include "chrome/common/ipc_channel.h" @@ -112,5 +112,4 @@ class NPObjectProxy : public IPC::Channel::Listener, HANDLE modal_dialog_event_; }; -#endif // CHROME_PLUGIN_NPOBJECT_PROXY_H__ - +#endif // CHROME_PLUGIN_NPOBJECT_PROXY_H_ |