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

Unified Diff: chrome/browser/ui/ash/app_list/apps_model_builder_unittest.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
Index: chrome/browser/ui/ash/app_list/apps_model_builder_unittest.cc
diff --git a/chrome/browser/ui/ash/app_list/apps_model_builder_unittest.cc b/chrome/browser/ui/ash/app_list/apps_model_builder_unittest.cc
index 83399ba224a133907fca4f89ee77688078029e98..8988d9d1e4a45a8c136a79e85ac196d0fdaaaaef 100644
--- a/chrome/browser/ui/ash/app_list/apps_model_builder_unittest.cc
+++ b/chrome/browser/ui/ash/app_list/apps_model_builder_unittest.cc
@@ -2,7 +2,7 @@
// 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/apps_model_builder.h"
+#include "chrome/browser/ui/ash/app_list/apps_model_builder.h"
#include <string>
« no previous file with comments | « chrome/browser/ui/ash/app_list/apps_model_builder.cc ('k') | chrome/browser/ui/ash/app_list/extension_app_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698