From 42b59f4b9099168bef43a7b33df9447ec198cfab Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Fri, 31 Oct 2008 13:35:11 +0000 Subject: 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 --- chrome/plugin/npobject_stub.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chrome/plugin/npobject_stub.h') 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_ -- cgit v1.1