Index: ui/app_list/app_list_model_view.cc |
=================================================================== |
--- ui/app_list/app_list_model_view.cc (revision 0) |
+++ ui/app_list/app_list_model_view.cc (working copy) |
@@ -2,14 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/app_list/app_list_model_view.h" |
+#include "ui/app_list/app_list_model_view.h" |
-#include "ash/app_list/app_list_item_view.h" |
-#include "ash/app_list/app_list_model.h" |
-#include "ash/app_list/pagination_model.h" |
+#include <algorithm> |
-namespace ash { |
+#include "ui/app_list/app_list_item_view.h" |
+#include "ui/app_list/app_list_model.h" |
+#include "ui/app_list/pagination_model.h" |
+namespace app_list { |
+ |
AppListModelView::AppListModelView(views::ButtonListener* listener, |
PaginationModel* pagination_model) |
: model_(NULL), |
@@ -304,4 +306,4 @@ |
Layout(); |
} |
-} // namespace ash |
+} // namespace app_list |