| Index: chrome/browser/ui/apps/apps_metro_handler_win.h | 
| diff --git a/chrome/browser/ui/extensions/apps_metro_handler_win.h b/chrome/browser/ui/apps/apps_metro_handler_win.h | 
| similarity index 74% | 
| rename from chrome/browser/ui/extensions/apps_metro_handler_win.h | 
| rename to chrome/browser/ui/apps/apps_metro_handler_win.h | 
| index f1a79de9b606e31963f7f1e83daa7c237da2b016..4a47d82c44b7632e666188a6af89e3632876ed54 100644 | 
| --- a/chrome/browser/ui/extensions/apps_metro_handler_win.h | 
| +++ b/chrome/browser/ui/apps/apps_metro_handler_win.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_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_ | 
| -#define CHROME_BROWSER_UI_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_ | 
| +#ifndef CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_ | 
| +#define CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_ | 
|  | 
| #include "ui/gfx/native_widget_types.h" | 
|  | 
| @@ -17,4 +17,4 @@ bool VerifySwitchToMetroForApps(gfx::NativeWindow parent); | 
|  | 
| }  // namespace chrome | 
|  | 
| -#endif  // CHROME_BROWSER_UI_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_ | 
| +#endif  // CHROME_BROWSER_UI_APPS_APPS_METRO_HANDLER_WIN_H_ | 
|  |