From 472ed532905e69e4c47fc7673d0979e1298b511f Mon Sep 17 00:00:00 2001 From: "jrg@chromium.org" Date: Sat, 28 Feb 2009 01:52:06 +0000 Subject: Fix guard to reflect new position in tree Review URL: http://codereview.chromium.org/28293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10670 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/keystone_glue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/app/keystone_glue.h') diff --git a/chrome/app/keystone_glue.h b/chrome/app/keystone_glue.h index 0ebc2f7..e51f16d 100644 --- a/chrome/app/keystone_glue.h +++ b/chrome/app/keystone_glue.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 WEBKIT_TOOLS_TEST_SHELL_MAC_KEYSTONE_GLUE_H_ -#define WEBKIT_TOOLS_TEST_SHELL_MAC_KEYSTONE_GLUE_H_ +#ifndef CHROME_APP_KEYSTONE_GLUE_H_ +#define CHROME_APP_KEYSTONE_GLUE_H_ #import @@ -30,4 +30,4 @@ @end -#endif // WEBKIT_TOOLS_TEST_SHELL_MAC_KEYSTONE_GLUE_H_ +#endif // CHROME_APP_KEYSTONE_GLUE_H_ -- cgit v1.1