| 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_
 | 
| 
 |