From 3d1195ca6a380e5af16e3a505a007369cf18a4db Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 8 Jun 2011 11:55:45 +0100 Subject: Fix some include guards in Android files This will become relevant after we merge beyond http://trac.webkit.org/changeset/81977 (and its follow-up build fixes r81982, r81988, r81990, r82018) which relies on all platforms' instances of FontPlatformData.h using the correct include guard. Change-Id: I58ec4c8ee23698c41d86794333d603b95f303764 --- Source/WebCore/plugins/android/PluginClient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/WebCore/plugins') diff --git a/Source/WebCore/plugins/android/PluginClient.h b/Source/WebCore/plugins/android/PluginClient.h index e3f7ddf..a8c69d3 100644 --- a/Source/WebCore/plugins/android/PluginClient.h +++ b/Source/WebCore/plugins/android/PluginClient.h @@ -23,8 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef PLUGINCLIENT_H_ -#define PLUGINCLIENT_H_ +#ifndef PluginClient_h +#define PluginClient_h #include "PlatformString.h" #include @@ -42,4 +42,4 @@ namespace android { }; } -#endif /* PLUGINCLIENT_H_ */ +#endif // PluginClient_h -- cgit v1.1