diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-28 18:18:40 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-28 18:18:40 +0000 |
commit | 24c028db2e26ca77d57805d7d83b68114598ac82 (patch) | |
tree | acfb86550c237c7814bfef4ac1d807ba703479d7 /chrome/plugin | |
parent | 7d562b202c9e62d35430d4bce4b1421acdcb99c8 (diff) | |
download | chromium_src-24c028db2e26ca77d57805d7d83b68114598ac82.zip chromium_src-24c028db2e26ca77d57805d7d83b68114598ac82.tar.gz chromium_src-24c028db2e26ca77d57805d7d83b68114598ac82.tar.bz2 |
No code change. Just to force a rebuild.
Review URL: http://codereview.chromium.org/8667
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h index fb7d4dd..d8fed1f 100644 --- a/chrome/plugin/webplugin_delegate_stub.h +++ b/chrome/plugin/webplugin_delegate_stub.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H__ -#define CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H__ +#ifndef CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ +#define CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ #include <queue> @@ -104,5 +104,4 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, DISALLOW_EVIL_CONSTRUCTORS(WebPluginDelegateStub); }; -#endif // CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H__ - +#endif // CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ |