| Index: chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/views/aura/chrome_shell_delegate.h b/chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| similarity index 89%
|
| rename from chrome/browser/ui/views/aura/chrome_shell_delegate.h
|
| rename to chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| index 2bd6c3dcb72b15c9817cb6ee956647823c1015d8..2c525cfc7eaa39ed80d7116a026ad0ce0da662ac 100644
|
| --- a/chrome/browser/ui/views/aura/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/views/ash/chrome_shell_delegate.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_CHROME_SHELL_DELEGATE_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_AURA_CHROME_SHELL_DELEGATE_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_ASH_CHROME_SHELL_DELEGATE_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_ASH_CHROME_SHELL_DELEGATE_H_
|
| #pragma once
|
|
|
| #include "ash/launcher/launcher_types.h"
|
| @@ -59,4 +59,4 @@ class ChromeShellDelegate : public ash::ShellDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(ChromeShellDelegate);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_AURA_CHROME_SHELL_DELEGATE_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_ASH_CHROME_SHELL_DELEGATE_H_
|
|
|