diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 13:35:11 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-31 13:35:11 +0000 |
commit | 42b59f4b9099168bef43a7b33df9447ec198cfab (patch) | |
tree | e142d47964c63653554c2ee143a64a5f38f6e8aa /chrome/plugin/npobject_stub.h | |
parent | 227581f23fd7ffed501cb6bc5bb88fe5bc050820 (diff) | |
download | chromium_src-42b59f4b9099168bef43a7b33df9447ec198cfab.zip chromium_src-42b59f4b9099168bef43a7b33df9447ec198cfab.tar.gz chromium_src-42b59f4b9099168bef43a7b33df9447ec198cfab.tar.bz2 |
NO CODE CHANGE. Just force a build to see how badly broken is the tree.
Hint, don't ever sync to this revision.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/npobject_stub.h')
-rw-r--r-- | chrome/plugin/npobject_stub.h | 7 |
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_ |