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

Unified Diff: chrome/browser/ui/views/ash/app_list/extension_app_item.h

Issue 9570044: Rename chrome/browser/ui/views/{aura => ash}/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 10 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/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_

Powered by Google App Engine
This is Rietveld 408576698