| Index: chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
| diff --git a/chrome/browser/ui/app_list/search/webstore_result.h b/chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
| similarity index 93%
|
| rename from chrome/browser/ui/app_list/search/webstore_result.h
|
| rename to chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
| index 3bea408f6971545a4ee042d9fbc488e9254bd8b2..b8d7980269f9867901ca5634fb5286646864a527 100644
|
| --- a/chrome/browser/ui/app_list/search/webstore_result.h
|
| +++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.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_APP_LIST_SEARCH_WEBSTORE_RESULT_H_
|
| -#define CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_RESULT_H_
|
| +#ifndef CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_RESULT_H_
|
| +#define CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_RESULT_H_
|
|
|
| #include <string>
|
|
|
| @@ -87,4 +87,4 @@ class WebstoreResult : public ChromeSearchResult,
|
|
|
| } // namespace app_list
|
|
|
| -#endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_RESULT_H_
|
| +#endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_WEBSTORE_WEBSTORE_RESULT_H_
|
|
|