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

Unified Diff: chrome/browser/ui/app_list/app_list_controller.h

Issue 10871011: Move common app_list delegate code to chrome/browser/ui/app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test file only in chrome 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/app_list/OWNERS ('k') | chrome/browser/ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_controller.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller.h b/chrome/browser/ui/app_list/app_list_controller.h
similarity index 83%
rename from chrome/browser/ui/ash/app_list/app_list_controller.h
rename to chrome/browser/ui/app_list/app_list_controller.h
index cb31328e715d01d5c79ae57f0f267794243fe16d..65aaa6a424437586b4f0085c30206a2194aee5ff 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller.h
+++ b/chrome/browser/ui/app_list/app_list_controller.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_ASH_APP_LIST_APP_LIST_CONTROLLER_H_
-#define CHROME_BROWSER_UI_ASH_APP_LIST_APP_LIST_CONTROLLER_H_
+#ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
+#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
#include <string>
@@ -31,4 +31,4 @@ class AppListController {
int event_flags) = 0;
};
-#endif // CHROME_BROWSER_UI_ASH_APP_LIST_APP_LIST_CONTROLLER_H_
+#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_H_
« no previous file with comments | « chrome/browser/ui/app_list/OWNERS ('k') | chrome/browser/ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698