| Index: app/gfx/font_win.cc
|
| ===================================================================
|
| --- app/gfx/font_win.cc (revision 16147)
|
| +++ app/gfx/font_win.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "app/gfx/chrome_font.h"
|
| +#include "app/gfx/font.h"
|
|
|
| #include <windows.h>
|
| #include <math.h>
|
| @@ -13,7 +13,6 @@
|
| #include "base/logging.h"
|
| #include "base/win_util.h"
|
| #include "grit/generated_resources.h"
|
| -#include "grit/locale_settings.h"
|
|
|
| namespace gfx {
|
|
|
|
|