| Index: ash/common/new_window_delegate.h
|
| diff --git a/ash/new_window_delegate.h b/ash/common/new_window_delegate.h
|
| similarity index 90%
|
| rename from ash/new_window_delegate.h
|
| rename to ash/common/new_window_delegate.h
|
| index dc88772bf0a0dd38630a8b1c47bfbe20bc30a8e1..3a8b764690ea652d7ceb602e9828058c7cd782e9 100644
|
| --- a/ash/new_window_delegate.h
|
| +++ b/ash/common/new_window_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 ASH_NEW_WINDOW_DELEGATE_H_
|
| -#define ASH_NEW_WINDOW_DELEGATE_H_
|
| +#ifndef ASH_COMMON_NEW_WINDOW_DELEGATE_H_
|
| +#define ASH_COMMON_NEW_WINDOW_DELEGATE_H_
|
|
|
| namespace ash {
|
|
|
| @@ -43,4 +43,4 @@ class NewWindowDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_NEW_WINDOW_DELEGATE_H_
|
| +#endif // ASH_COMMON_NEW_WINDOW_DELEGATE_H_
|
|
|