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

Unified Diff: ui/views/controls/styled_label_unittest.cc

Issue 1407093007: Autofill: Add legal message footer to save credit card bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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 | « ui/views/controls/styled_label_listener.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/styled_label_unittest.cc
diff --git a/ui/views/controls/styled_label_unittest.cc b/ui/views/controls/styled_label_unittest.cc
index 7a2a7f58671f06cbe86a291045baf4992e21fb06..cda5ed9007bbf986d02a8dff2f6059abbc467860 100644
--- a/ui/views/controls/styled_label_unittest.cc
+++ b/ui/views/controls/styled_label_unittest.cc
@@ -27,7 +27,8 @@ class StyledLabelTest : public ViewsTestBase, public StyledLabelListener {
~StyledLabelTest() override {}
// StyledLabelListener implementation.
- void StyledLabelLinkClicked(const gfx::Range& range,
+ void StyledLabelLinkClicked(StyledLabel* label,
+ const gfx::Range& range,
int event_flags) override {}
protected:
« no previous file with comments | « ui/views/controls/styled_label_listener.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698