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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_types.cc

Issue 18850006: retry r210334 with fix for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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: chrome/browser/ui/autofill/autofill_dialog_types.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.cc b/chrome/browser/ui/autofill/autofill_dialog_types.cc
index eb62c159ca16480726654e1eb0ba0549e2011342..a9394e588012c86b71ca706a41099a7ac848dcab 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.cc
@@ -221,6 +221,12 @@ SuggestionState::SuggestionState(const string16& text,
extra_icon(extra_icon) {}
SuggestionState::~SuggestionState() {}
+DialogOverlayString::DialogOverlayString() : alignment(gfx::ALIGN_LEFT) {}
+DialogOverlayString::~DialogOverlayString() {}
+
+DialogOverlayState::DialogOverlayState() {}
+DialogOverlayState::~DialogOverlayState() {}
+
AutofillMetrics::DialogUiEvent DialogSectionToUiEditEvent(
DialogSection section) {
switch (section) {

Powered by Google App Engine
This is Rietveld 408576698