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

Unified Diff: chrome/browser/ui/views/ash/launcher/launcher_icon_loader.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/launcher/launcher_icon_loader.h
diff --git a/chrome/browser/ui/views/aura/launcher/launcher_icon_loader.h b/chrome/browser/ui/views/ash/launcher/launcher_icon_loader.h
similarity index 86%
rename from chrome/browser/ui/views/aura/launcher/launcher_icon_loader.h
rename to chrome/browser/ui/views/ash/launcher/launcher_icon_loader.h
index a238b23f1d6c3f6f5296653f0a4cbd10ce1129ae..d26d53a2b91ba1bd64e30abc442462c1d7434063 100644
--- a/chrome/browser/ui/views/aura/launcher/launcher_icon_loader.h
+++ b/chrome/browser/ui/views/ash/launcher/launcher_icon_loader.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_VIEWS_AURA_LAUNCHER_LAUNCHER_ICON_LOADER_H_
-#define CHROME_BROWSER_UI_VIEWS_AURA_LAUNCHER_LAUNCHER_ICON_LOADER_H_
+#ifndef CHROME_BROWSER_UI_VIEWS_ASH_LAUNCHER_LAUNCHER_ICON_LOADER_H_
+#define CHROME_BROWSER_UI_VIEWS_ASH_LAUNCHER_LAUNCHER_ICON_LOADER_H_
#pragma once
#include <map>
@@ -11,7 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/extensions/image_loading_tracker.h"
-#include "chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h"
+#include "chrome/browser/ui/views/ash/launcher/chrome_launcher_delegate.h"
class Extension;
class Profile;
@@ -57,4 +57,4 @@ class LauncherIconLoader : public ChromeLauncherDelegate::AppIconLoader,
DISALLOW_COPY_AND_ASSIGN(LauncherIconLoader);
};
-#endif // CHROME_BROWSER_UI_VIEWS_AURA_LAUNCHER_LAUNCHER_ICON_LOADER_H_
+#endif // CHROME_BROWSER_UI_VIEWS_ASH_LAUNCHER_LAUNCHER_ICON_LOADER_H_

Powered by Google App Engine
This is Rietveld 408576698