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

Unified Diff: ui/app_list/views/search_result_list_view_unittest.cc

Issue 2329633003: Implement progress bar spec (determinate and indeterminate). (Closed)
Patch Set: attempt to unbreak mac and unit test Created 4 years, 3 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/app_list/views/progress_bar_view.cc ('k') | ui/app_list/views/search_result_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_list_view_unittest.cc
diff --git a/ui/app_list/views/search_result_list_view_unittest.cc b/ui/app_list/views/search_result_list_view_unittest.cc
index 60c442277d2a06921a06694397832d5f45ac67ff..0e3178e6afaa69fbb6c15ab84ea2f64db07341cd 100644
--- a/ui/app_list/views/search_result_list_view_unittest.cc
+++ b/ui/app_list/views/search_result_list_view_unittest.cc
@@ -14,9 +14,9 @@
#include "ui/app_list/app_list_model.h"
#include "ui/app_list/test/app_list_test_view_delegate.h"
#include "ui/app_list/test/test_search_result.h"
-#include "ui/app_list/views/progress_bar_view.h"
#include "ui/app_list/views/search_result_list_view_delegate.h"
#include "ui/app_list/views/search_result_view.h"
+#include "ui/views/controls/progress_bar.h"
#include "ui/views/test/views_test_base.h"
namespace app_list {
@@ -116,7 +116,7 @@ class SearchResultListViewTest : public views::ViewsTestBase,
}
}
- ProgressBarView* GetProgressBarAt(size_t index) {
+ views::ProgressBar* GetProgressBarAt(size_t index) {
return GetResultViewAt(index)->progress_bar_;
}
« no previous file with comments | « ui/app_list/views/progress_bar_view.cc ('k') | ui/app_list/views/search_result_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698