Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2822)

Unified Diff: chrome/browser/ui/ash/app_list/app_list_view_delegate.cc

Issue 10828170: app_list: Fix include paths to point to ui/ash/app_list instead of ui/views/ash/app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/DEPS ('k') | chrome/browser/ui/ash/app_list/apps_model_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_view_delegate.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_view_delegate.cc b/chrome/browser/ui/ash/app_list/app_list_view_delegate.cc
index 00ed7a083380728e1f15e1b3a504ddb0729f9933..836c34f97bbfb9441294fcc1f6b92c52d8eb9e09 100644
--- a/chrome/browser/ui/ash/app_list/app_list_view_delegate.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_view_delegate.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/views/ash/app_list/app_list_view_delegate.h"
+#include "chrome/browser/ui/ash/app_list/app_list_view_delegate.h"
#include "ash/shell.h"
#include "chrome/browser/profiles/profile_manager.h"
-#include "chrome/browser/ui/views/ash/app_list/apps_model_builder.h"
-#include "chrome/browser/ui/views/ash/app_list/chrome_app_list_item.h"
-#include "chrome/browser/ui/views/ash/app_list/search_builder.h"
+#include "chrome/browser/ui/ash/app_list/apps_model_builder.h"
+#include "chrome/browser/ui/ash/app_list/chrome_app_list_item.h"
+#include "chrome/browser/ui/ash/app_list/search_builder.h"
AppListViewDelegate::AppListViewDelegate() {
}
« no previous file with comments | « chrome/browser/ui/DEPS ('k') | chrome/browser/ui/ash/app_list/apps_model_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698