| Index: ui/app_list/views/search_result_view.h
|
| diff --git a/ui/app_list/search_result_view.h b/ui/app_list/views/search_result_view.h
|
| similarity index 94%
|
| rename from ui/app_list/search_result_view.h
|
| rename to ui/app_list/views/search_result_view.h
|
| index 9208aa7980e3f41d988f72b136df913c492efcc3..1c0422abf6e8954bd119660e23a355888208e155 100644
|
| --- a/ui/app_list/search_result_view.h
|
| +++ b/ui/app_list/views/search_result_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_SEARCH_RESULT_VIEW_H_
|
| -#define UI_APP_LIST_SEARCH_RESULT_VIEW_H_
|
| +#ifndef UI_APP_LIST_VIEWS_SEARCH_RESULT_VIEW_H_
|
| +#define UI_APP_LIST_VIEWS_SEARCH_RESULT_VIEW_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -85,4 +85,4 @@ class SearchResultView : public views::CustomButton,
|
|
|
| } // namespace app_list
|
|
|
| -#endif // UI_APP_LIST_SEARCH_RESULT_VIEW_H_
|
| +#endif // UI_APP_LIST_VIEWS_SEARCH_RESULT_VIEW_H_
|
|
|