diff options
Diffstat (limited to 'chrome/plugin')
-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_ |