Index: ui/app_list/views/page_switcher.h |
diff --git a/ui/app_list/views/page_switcher.h b/ui/app_list/views/page_switcher.h |
index 61a00ae64ce071f4c3cc181591322cce11747352..a1ca14adb60cda4f1ceb184f8cfe1464e7c427e8 100644 |
--- a/ui/app_list/views/page_switcher.h |
+++ b/ui/app_list/views/page_switcher.h |
@@ -50,7 +50,7 @@ class PageSwitcher : public views::View, |
virtual void TransitionStarted() OVERRIDE; |
virtual void TransitionChanged() OVERRIDE; |
- PaginationModel* model_; // Owned by AppListController. |
+ PaginationModel* model_; // Owned by AppsGridView. |
views::View* buttons_; // Owned by views hierarchy. |
DISALLOW_COPY_AND_ASSIGN(PageSwitcher); |