| Index: ui/app_list/views/app_list_background.h
|
| diff --git a/ui/app_list/app_list_background.h b/ui/app_list/views/app_list_background.h
|
| similarity index 84%
|
| rename from ui/app_list/app_list_background.h
|
| rename to ui/app_list/views/app_list_background.h
|
| index 66be8785d967d3c6d62848c4a619ac2236644378..78a72039e606cf71fa17402e5dc0a4abd6686987 100644
|
| --- a/ui/app_list/app_list_background.h
|
| +++ b/ui/app_list/views/app_list_background.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 UI_APP_LIST_APP_LIST_BACKGROUND_H_
|
| -#define UI_APP_LIST_APP_LIST_BACKGROUND_H_
|
| +#ifndef UI_APP_LIST_APP_LIST_VIEWS_BACKGROUND_H_
|
| +#define UI_APP_LIST_APP_LIST_VIEWS_BACKGROUND_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -34,4 +34,4 @@ class AppListBackground : public views::Background {
|
|
|
| } // namespace app_list
|
|
|
| -#endif // UI_APP_LIST_APP_LIST_BACKGROUND_H_
|
| +#endif // UI_APP_LIST_APP_LIST_VIEWS_BACKGROUND_H_
|
|
|