Index: chrome/browser/ui/views/ash/app_list/extension_app_item.h |
diff --git a/chrome/browser/ui/views/aura/app_list/extension_app_item.h b/chrome/browser/ui/views/ash/app_list/extension_app_item.h |
similarity index 85% |
rename from chrome/browser/ui/views/aura/app_list/extension_app_item.h |
rename to chrome/browser/ui/views/ash/app_list/extension_app_item.h |
index 7fbc46394658537b7265b4af0a6856fc1fdeacde..60b0692f3e567f5f4e2d50ae033f94de2ba2be5a 100644 |
--- a/chrome/browser/ui/views/aura/app_list/extension_app_item.h |
+++ b/chrome/browser/ui/views/ash/app_list/extension_app_item.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_UI_VIEWS_AURA_APP_LIST_EXTENSION_APP_ITEM_H_ |
-#define CHROME_BROWSER_UI_VIEWS_AURA_APP_LIST_EXTENSION_APP_ITEM_H_ |
+#ifndef CHROME_BROWSER_UI_VIEWS_ASH_APP_LIST_EXTENSION_APP_ITEM_H_ |
+#define CHROME_BROWSER_UI_VIEWS_ASH_APP_LIST_EXTENSION_APP_ITEM_H_ |
#pragma once |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/extensions/image_loading_tracker.h" |
-#include "chrome/browser/ui/views/aura/app_list/chrome_app_list_item.h" |
+#include "chrome/browser/ui/views/ash/app_list/chrome_app_list_item.h" |
#include "chrome/common/string_ordinal.h" |
class Extension; |
@@ -61,4 +61,4 @@ class ExtensionAppItem : public ChromeAppListItem, |
DISALLOW_COPY_AND_ASSIGN(ExtensionAppItem); |
}; |
-#endif // CHROME_BROWSER_UI_VIEWS_AURA_APP_LIST_EXTENSION_APP_ITEM_H_ |
+#endif // CHROME_BROWSER_UI_VIEWS_ASH_APP_LIST_EXTENSION_APP_ITEM_H_ |