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

Unified Diff: ui/views/test/views_test_base.h

Issue 2758323002: Broke out layout metric information from ViewsDelegate to LayoutProvider (Closed)
Patch Set: Final feedback addressed Created 3 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
« no previous file with comments | « ui/views/test/test_views_delegate_mac.mm ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.h
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
index ebdc44070cbe3f622a05d5f960f7dbb9c134c807..96763d04f40da0bedb45ebfa6d66238102d18d25 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -49,8 +49,8 @@ class ViewsTestBase : public PlatformTest {
void SimulateNativeDestroy(Widget* widget);
protected:
- TestViewsDelegate* views_delegate() const {
- return test_helper_->views_delegate();
+ TestViewsDelegate* test_views_delegate() const {
+ return test_helper_->test_views_delegate();
}
void set_views_delegate(std::unique_ptr<TestViewsDelegate> views_delegate) {
« no previous file with comments | « ui/views/test/test_views_delegate_mac.mm ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698