summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/npobject_proxy.h
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-28 15:46:36 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-28 15:46:36 +0000
commit0b7149a6a34edbaf7bc318b30ab684c7ef7dfc13 (patch)
tree63e6422e6e386598b924fb292c52538f64970bc1 /chrome/plugin/npobject_proxy.h
parent09c83db3e7e1b6b165f3b6eb8f7ab1bf7a44b376 (diff)
downloadchromium_src-0b7149a6a34edbaf7bc318b30ab684c7ef7dfc13.zip
chromium_src-0b7149a6a34edbaf7bc318b30ab684c7ef7dfc13.tar.gz
chromium_src-0b7149a6a34edbaf7bc318b30ab684c7ef7dfc13.tar.bz2
No code change. Just force a build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/npobject_proxy.h')
-rw-r--r--chrome/plugin/npobject_proxy.h7
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_