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

Unified Diff: chrome/browser/ui/app_list/extension_app_item.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/chrome_app_list_item.h ('k') | chrome/browser/ui/app_list/extension_app_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/extension_app_item.h
diff --git a/chrome/browser/ui/ash/app_list/extension_app_item.h b/chrome/browser/ui/app_list/extension_app_item.h
similarity index 90%
rename from chrome/browser/ui/ash/app_list/extension_app_item.h
rename to chrome/browser/ui/app_list/extension_app_item.h
index a1e0632119039113409205f49fb5363ea784d438..a9a1c9b7dcef21ab4de925c4f0c8aaf73ac055ef 100644
--- a/chrome/browser/ui/ash/app_list/extension_app_item.h
+++ b/chrome/browser/ui/app_list/extension_app_item.h
@@ -2,14 +2,14 @@
// 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_EXTENSION_APP_ITEM_H_
-#define CHROME_BROWSER_UI_ASH_APP_LIST_EXTENSION_APP_ITEM_H_
+#ifndef CHROME_BROWSER_UI_APP_LIST_EXTENSION_APP_ITEM_H_
+#define CHROME_BROWSER_UI_APP_LIST_EXTENSION_APP_ITEM_H_
#include <string>
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/extensions/image_loading_tracker.h"
-#include "chrome/browser/ui/ash/app_list/chrome_app_list_item.h"
+#include "chrome/browser/ui/app_list/chrome_app_list_item.h"
#include "ui/base/models/simple_menu_model.h"
class AppListController;
@@ -76,4 +76,4 @@ class ExtensionAppItem : public ChromeAppListItem,
DISALLOW_COPY_AND_ASSIGN(ExtensionAppItem);
};
-#endif // CHROME_BROWSER_UI_ASH_APP_LIST_EXTENSION_APP_ITEM_H_
+#endif // CHROME_BROWSER_UI_APP_LIST_EXTENSION_APP_ITEM_H_
« no previous file with comments | « chrome/browser/ui/app_list/chrome_app_list_item.h ('k') | chrome/browser/ui/app_list/extension_app_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698