| Index: chrome/browser/ui/app_list/apps_model_builder.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/apps_model_builder.cc b/chrome/browser/ui/app_list/apps_model_builder.cc
|
| similarity index 98%
|
| rename from chrome/browser/ui/ash/app_list/apps_model_builder.cc
|
| rename to chrome/browser/ui/app_list/apps_model_builder.cc
|
| index a02b1ee7febded048f616bad2f30f64390ff0bc5..9448c0dea774dfbf6e3cc985805f708c885cc666 100644
|
| --- a/chrome/browser/ui/ash/app_list/apps_model_builder.cc
|
| +++ b/chrome/browser/ui/app_list/apps_model_builder.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/ui/ash/app_list/apps_model_builder.h"
|
| +#include "chrome/browser/ui/app_list/apps_model_builder.h"
|
|
|
| #include "base/i18n/case_conversion.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/ui/ash/app_list/extension_app_item.h"
|
| +#include "chrome/browser/ui/app_list/extension_app_item.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|