diff options
Diffstat (limited to 'chrome/plugin')
| -rw-r--r-- | chrome/plugin/plugin_channel_base.h | 6 | ||||
| -rw-r--r-- | chrome/plugin/webplugin_proxy.cc | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/plugin/plugin_channel_base.h b/chrome/plugin/plugin_channel_base.h index 0e7a919..0263e9b 100644 --- a/chrome/plugin/plugin_channel_base.h +++ b/chrome/plugin/plugin_channel_base.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_WEBKIT_GLUE_PLUGIN_CHANNEL_BASE_H_ -#define CHROME_WEBKIT_GLUE_PLUGIN_CHANNEL_BASE_H_ +#ifndef CHROME_PLUGIN_PLUGIN_CHANNEL_BASE_H_ +#define CHROME_PLUGIN_PLUGIN_CHANNEL_BASE_H_ #include <string> @@ -125,4 +125,4 @@ class PluginChannelBase : public IPC::Channel::Listener, DISALLOW_COPY_AND_ASSIGN(PluginChannelBase); }; -#endif // CHROME_WEBKIT_GLUE_PLUGIN_CHANNEL_BASE_H_ +#endif // CHROME_PLUGIN_PLUGIN_CHANNEL_BASE_H_ diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc index 61ecc7e..fd4bed9 100644 --- a/chrome/plugin/webplugin_proxy.cc +++ b/chrome/plugin/webplugin_proxy.cc @@ -528,7 +528,7 @@ void WebPluginProxy::SetWindowlessBuffer( windowless_context_); } -#elif defined (OS_LINUX) +#elif defined(OS_LINUX) void WebPluginProxy::SetWindowlessBuffer( const TransportDIB::Handle& windowless_buffer, |
