| Index: ui/app_list/test/app_list_test_model.cc
|
| diff --git a/ui/app_list/test/app_list_test_model.cc b/ui/app_list/test/app_list_test_model.cc
|
| index 66d2a6924ea83f5d173d14645dbfa928425ff185..70b60a882f930ac8aec194fe6ed1af6a042912e7 100644
|
| --- a/ui/app_list/test/app_list_test_model.cc
|
| +++ b/ui/app_list/test/app_list_test_model.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/stringprintf.h"
|
| +#include "grit/ui_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace app_list {
|
| namespace test {
|
| @@ -21,6 +23,7 @@ AppListTestModel::AppListTestItem::AppListTestItem(
|
| : AppListItem(id),
|
| model_(model) {
|
| }
|
| +
|
| AppListTestModel::AppListTestItem::~AppListTestItem() {
|
| }
|
|
|
| @@ -54,7 +57,7 @@ AppListItem* AppListTestModel::AddItemToFolder(AppListItem* item,
|
| }
|
|
|
| void AppListTestModel::MoveItemToFolder(AppListItem* item,
|
| - const std::string& folder_id) {
|
| + const std::string& folder_id) {
|
| AppListModel::MoveItemToFolder(item, folder_id);
|
| }
|
|
|
|
|