diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-27 01:36:27 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-27 01:36:27 +0000 |
commit | b1b7214a9d09a21c5efda045137854e7131430ca (patch) | |
tree | 40bfa63a2868e57fe85e821ce3b2311db846b883 /chrome/plugin/chrome_plugin_host.h | |
parent | bed2d1a4ac12b01f037e640fa40a09785347ba88 (diff) | |
download | chromium_src-b1b7214a9d09a21c5efda045137854e7131430ca.zip chromium_src-b1b7214a9d09a21c5efda045137854e7131430ca.tar.gz chromium_src-b1b7214a9d09a21c5efda045137854e7131430ca.tar.bz2 |
Superficial change to force a build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/chrome_plugin_host.h')
-rw-r--r-- | chrome/plugin/chrome_plugin_host.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/plugin/chrome_plugin_host.h b/chrome/plugin/chrome_plugin_host.h index ed7e80c..b44a9b1 100644 --- a/chrome/plugin/chrome_plugin_host.h +++ b/chrome/plugin/chrome_plugin_host.h @@ -2,13 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_PLUGIN_CHROME_PLUGIN_HOST_H__ -#define CHROME_PLUGIN_CHROME_PLUGIN_HOST_H__ +#ifndef CHROME_PLUGIN_CHROME_PLUGIN_HOST_H_ +#define CHROME_PLUGIN_CHROME_PLUGIN_HOST_H_ #include "chrome/common/chrome_plugin_api.h" // Returns the table of browser functions for use from the plugin process. CPBrowserFuncs* GetCPBrowserFuncsForPlugin(); -#endif // CHROME_PLUGIN_CHROME_PLUGIN_HOST_H__ - +#endif // CHROME_PLUGIN_CHROME_PLUGIN_HOST_H_ |