summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle.h
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-29 20:43:03 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-29 20:43:03 +0000
commite1d3a3269b394a994c79abf5ffe3832607e77176 (patch)
tree6a274244109266a5bef7bbcd82b3c96945801c28 /app/resource_bundle.h
parentf80f6063d2e6585512213f2e6f40750942843e80 (diff)
downloadchromium_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/resource_bundle.h')
-rw-r--r--app/resource_bundle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/resource_bundle.h b/app/resource_bundle.h
index 85b4b65..51a8ff6 100644
--- a/app/resource_bundle.h
+++ b/app/resource_bundle.h
@@ -28,7 +28,7 @@ class DataPack;
#if defined(OS_LINUX)
typedef struct _GdkPixbuf GdkPixbuf;
#endif
-namespace gfx{
+namespace gfx {
class Font;
}
class SkBitmap;
@@ -226,4 +226,4 @@ class ResourceBundle {
DISALLOW_EVIL_CONSTRUCTORS(ResourceBundle);
};
-#endif // APP_RESOURCE_BUNDLE_H_
+#endif // APP_RESOURCE_BUNDLE_H_