| Index: ui/app_list/pagination_model.cc
|
| ===================================================================
|
| --- ui/app_list/pagination_model.cc (revision 0)
|
| +++ ui/app_list/pagination_model.cc (working copy)
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/app_list/pagination_model.h"
|
| +#include "ui/app_list/pagination_model.h"
|
|
|
| -#include "ash/app_list/pagination_model_observer.h"
|
| +#include "ui/app_list/pagination_model_observer.h"
|
|
|
| -namespace ash {
|
| +namespace app_list {
|
|
|
| PaginationModel::PaginationModel()
|
| : total_pages_(-1),
|
| @@ -47,4 +47,4 @@
|
| observers_.RemoveObserver(observer);
|
| }
|
|
|
| -} // namespace ash
|
| +} // namespace app_list
|
|
|