diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-29 20:43:03 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-29 20:43:03 +0000 |
commit | e1d3a3269b394a994c79abf5ffe3832607e77176 (patch) | |
tree | 6a274244109266a5bef7bbcd82b3c96945801c28 /app/gfx/icon_util.h | |
parent | f80f6063d2e6585512213f2e6f40750942843e80 (diff) | |
download | chromium_src-e1d3a3269b394a994c79abf5ffe3832607e77176.zip chromium_src-e1d3a3269b394a994c79abf5ffe3832607e77176.tar.gz chromium_src-e1d3a3269b394a994c79abf5ffe3832607e77176.tar.bz2 |
Some code style cleanup under src/app.
BUG=None
TEST=None
Patch contributed by thiago.farina@gmail.com
Review URL: http://codereview.chromium.org/173260
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx/icon_util.h')
-rw-r--r-- | app/gfx/icon_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/gfx/icon_util.h b/app/gfx/icon_util.h index f7199ea..1ecbfb56 100644 --- a/app/gfx/icon_util.h +++ b/app/gfx/icon_util.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 APP_ICON_UTIL_H_ -#define APP_ICON_UTIL_H_ +#ifndef APP_GFX_ICON_UTIL_H_ +#define APP_GFX_ICON_UTIL_H_ #include <windows.h> #include <string> @@ -190,4 +190,4 @@ class IconUtil { DISALLOW_IMPLICIT_CONSTRUCTORS(IconUtil); }; -#endif // APP_ICON_UTIL_H_ +#endif // APP_GFX_ICON_UTIL_H_ |