| Index: chrome/browser/remoting/setup_flow.cc
|
| ===================================================================
|
| --- chrome/browser/remoting/setup_flow.cc (revision 73642)
|
| +++ chrome/browser/remoting/setup_flow.cc (working copy)
|
| @@ -18,11 +18,11 @@
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "gfx/font.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| #include "ui/base/l10n/l10n_font_util.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/gfx/font.h"
|
|
|
| namespace remoting {
|
|
|
|
|