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

Unified Diff: chrome/browser/ui/views/ash/app_list/app_list_model_builder.h

Issue 10408009: ui: Change ListModel to operate in size_t instead of int. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unittest Created 8 years, 7 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 | « no previous file | chrome/browser/ui/views/ash/app_list/app_list_model_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ash/app_list/app_list_model_builder.h
diff --git a/chrome/browser/ui/views/ash/app_list/app_list_model_builder.h b/chrome/browser/ui/views/ash/app_list/app_list_model_builder.h
index b75ebdf772d3b8bd5453e49676030e3e7d8e3b8e..d6fd4053261e112dd7de4b720cb7e98b7c82cd7d 100644
--- a/chrome/browser/ui/views/ash/app_list/app_list_model_builder.h
+++ b/chrome/browser/ui/views/ash/app_list/app_list_model_builder.h
@@ -64,7 +64,7 @@ class AppListModelBuilder : public content::NotificationObserver {
// Number of special items in the model. Special items index should be ranged
// from [0, special_items_count_ - 1].
- int special_items_count_;
+ size_t special_items_count_;
std::string highlight_app_id_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/ash/app_list/app_list_model_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698