diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 02:10:15 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 02:10:15 +0000 |
commit | 91c57362babd7c141ad896240221749482cc460c (patch) | |
tree | 146f1df68d2d4b98b8d41c1c3daa3273a10b441b /app | |
parent | 9929da90886e2df0c91810766cf09b4b110218c6 (diff) | |
download | chromium_src-91c57362babd7c141ad896240221749482cc460c.zip chromium_src-91c57362babd7c141ad896240221749482cc460c.tar.gz chromium_src-91c57362babd7c141ad896240221749482cc460c.tar.bz2 |
fix bustage - removed this include for some reason
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/resource_bundle_win.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/resource_bundle_win.cc b/app/resource_bundle_win.cc index dff34c8..cf21084 100644 --- a/app/resource_bundle_win.cc +++ b/app/resource_bundle_win.cc @@ -13,6 +13,7 @@ #include "base/string_piece.h" #include "base/win_util.h" #include "chrome/common/chrome_paths.h" +#include "chrome/common/gfx/chrome_font.h" #include "chrome/common/l10n_util.h" namespace { |