Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2481)

Unified Diff: chrome/browser/remoting/setup_flow.cc

Issue 6257006: Move a bunch of random other files to src/ui/base... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/printing/print_dialog_gtk.h ('k') | chrome/browser/renderer_host/backing_store_x.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/remoting/setup_flow.cc
===================================================================
--- chrome/browser/remoting/setup_flow.cc (revision 71854)
+++ chrome/browser/remoting/setup_flow.cc (working copy)
@@ -4,7 +4,6 @@
#include "chrome/browser/remoting/setup_flow.h"
-#include "app/gfx/font_util.h"
#include "app/l10n_util.h"
#include "base/json/json_reader.h"
#include "base/json/json_writer.h"
@@ -23,6 +22,7 @@
#include "gfx/font.h"
#include "grit/generated_resources.h"
#include "grit/locale_settings.h"
+#include "ui/base/l10n/l10n_font_util.h"
namespace remoting {
@@ -169,7 +169,7 @@
prefs->GetInteger(prefs::kWebKitDefaultFontSize));
// TODO(pranavk) Replace the following SYNC resources with REMOTING Resources.
- *size = gfx::GetLocalizedContentsSizeForFont(
+ *size = ui::GetLocalizedContentsSizeForFont(
IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS,
IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES,
approximate_web_font);
« no previous file with comments | « chrome/browser/printing/print_dialog_gtk.h ('k') | chrome/browser/renderer_host/backing_store_x.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698