| Index: ui/app_list/views/apps_grid_view.h
|
| diff --git a/ui/app_list/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h
|
| similarity index 98%
|
| rename from ui/app_list/apps_grid_view.h
|
| rename to ui/app_list/views/apps_grid_view.h
|
| index aa455eccbff73b77e3396dd7b49e3e9417b4a27b..6e5a4803ff378d7dbb32fc9916ca66aa802a8364 100644
|
| --- a/ui/app_list/apps_grid_view.h
|
| +++ b/ui/app_list/views/apps_grid_view.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_APPS_GRID_VIEW_H_
|
| -#define UI_APP_LIST_APPS_GRID_VIEW_H_
|
| +#ifndef UI_APP_LIST_VIEWS_APPS_GRID_VIEW_H_
|
| +#define UI_APP_LIST_VIEWS_APPS_GRID_VIEW_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -224,4 +224,4 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
|
|
| } // namespace app_list
|
|
|
| -#endif // UI_APP_LIST_APPS_GRID_VIEW_H_
|
| +#endif // UI_APP_LIST_VIEWS_APPS_GRID_VIEW_H_
|
|
|