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

Unified Diff: ash/test/ash_test_helper.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 | « ash/mus/app_launch_unittest.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper.h
diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h
index 0743b29cf52283cc875972cc10f4502ba459e4df..9e61a5f389fbf7e35e9c7bb1adc0633657d70a09 100644
--- a/ash/test/ash_test_helper.h
+++ b/ash/test/ash_test_helper.h
@@ -92,7 +92,9 @@ class AshTestHelper {
TestScreenshotDelegate* test_screenshot_delegate() {
return test_screenshot_delegate_;
}
- AshTestViewsDelegate* views_delegate() { return views_delegate_.get(); }
+ AshTestViewsDelegate* test_views_delegate() {
+ return test_views_delegate_.get();
+ }
AshTestEnvironment* ash_test_environment() { return ash_test_environment_; }
@@ -148,7 +150,7 @@ class AshTestHelper {
TestScreenshotDelegate* test_screenshot_delegate_;
std::unique_ptr<::wm::WMState> wm_state_;
- std::unique_ptr<AshTestViewsDelegate> views_delegate_;
+ std::unique_ptr<AshTestViewsDelegate> test_views_delegate_;
// Check if DBus Thread Manager was initialized here.
bool dbus_thread_manager_initialized_;
« no previous file with comments | « ash/mus/app_launch_unittest.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698