diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-28 01:52:06 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-28 01:52:06 +0000 |
commit | 472ed532905e69e4c47fc7673d0979e1298b511f (patch) | |
tree | 784d42daa391f1a516673de11344139b375ad7ce /chrome | |
parent | c1a9f8d4c169b2eb6b32dc50d20b05f69d73237e (diff) | |
download | chromium_src-472ed532905e69e4c47fc7673d0979e1298b511f.zip chromium_src-472ed532905e69e4c47fc7673d0979e1298b511f.tar.gz chromium_src-472ed532905e69e4c47fc7673d0979e1298b511f.tar.bz2 |
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
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/keystone_glue.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <Foundation/Foundation.h> @@ -30,4 +30,4 @@ @end -#endif // WEBKIT_TOOLS_TEST_SHELL_MAC_KEYSTONE_GLUE_H_ +#endif // CHROME_APP_KEYSTONE_GLUE_H_ |