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

Unified Diff: trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.h

Issue 13877016: Revert 195316 "Remove "Use billing for shipping" checkbox in fav..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
Index: trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.h
===================================================================
--- trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.h (revision 195318)
+++ trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.h (working copy)
@@ -13,7 +13,6 @@
#include "components/autofill/browser/autofill_metrics.h"
#include "components/autofill/browser/field_types.h"
#include "third_party/skia/include/core/SkColor.h"
-#include "ui/gfx/font.h"
#include "ui/gfx/image/image.h"
namespace autofill {
@@ -133,14 +132,12 @@
struct SuggestionState {
SuggestionState(const string16& text,
- gfx::Font::FontStyle text_style,
const gfx::Image& icon,
const string16& extra_text,
const gfx::Image& extra_icon,
bool editable);
~SuggestionState();
string16 text;
- gfx::Font::FontStyle text_style;
gfx::Image icon;
string16 extra_text;
gfx::Image extra_icon;

Powered by Google App Engine
This is Rietveld 408576698