diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-28 18:19:24 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-28 18:19:24 +0000 |
commit | 3d3b4bafc1ac9b37001507a2604d3962906f586d (patch) | |
tree | 3fd6087d3efa6d177d2f4c99b55ce8202c9808a8 /chrome/plugin/plugin_channel.h | |
parent | 24c028db2e26ca77d57805d7d83b68114598ac82 (diff) | |
download | chromium_src-3d3b4bafc1ac9b37001507a2604d3962906f586d.zip chromium_src-3d3b4bafc1ac9b37001507a2604d3962906f586d.tar.gz chromium_src-3d3b4bafc1ac9b37001507a2604d3962906f586d.tar.bz2 |
No code change. Just to force a build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/plugin_channel.h')
-rw-r--r-- | chrome/plugin/plugin_channel.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/plugin/plugin_channel.h b/chrome/plugin/plugin_channel.h index 602652b..ba37616 100644 --- a/chrome/plugin/plugin_channel.h +++ b/chrome/plugin/plugin_channel.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_PLUGIN_CHANNEL_H__ -#define CHROME_PLUGIN_PLUGIN_CHANNEL_H__ +#ifndef CHROME_PLUGIN_PLUGIN_CHANNEL_H_ +#define CHROME_PLUGIN_PLUGIN_CHANNEL_H_ #include <vector> #include "base/scoped_handle.h" @@ -56,5 +56,4 @@ class PluginChannel : public PluginChannelBase { DISALLOW_EVIL_CONSTRUCTORS(PluginChannel); }; -#endif // CHROME_PLUGIN_PLUGIN_CHANNEL_H__ - +#endif // CHROME_PLUGIN_PLUGIN_CHANNEL_H_ |