| Index: athena/extensions/shell/url_search_provider.h
|
| diff --git a/athena/main/url_search_provider.h b/athena/extensions/shell/url_search_provider.h
|
| similarity index 89%
|
| rename from athena/main/url_search_provider.h
|
| rename to athena/extensions/shell/url_search_provider.h
|
| index 354e46281847cc0473ce05b9e71f8a7aae308995..95026d922d1bc0819109ef2f319cd751cfe8fdc0 100644
|
| --- a/athena/main/url_search_provider.h
|
| +++ b/athena/extensions/shell/url_search_provider.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 ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
|
| -#define ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
|
| +#ifndef ATHENA_EXTENSIONS_SHELL_URL_SEARCH_PROVIDER_H_
|
| +#define ATHENA_EXTENSIONS_SHELL_URL_SEARCH_PROVIDER_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -48,4 +48,4 @@ class UrlSearchProvider : public app_list::SearchProvider,
|
|
|
| } // namespace athena
|
|
|
| -#endif // ATHENA_MAIN_URL_SEARCH_PROVIDER_H_
|
| +#endif // ATHENA_EXTENSIONS_SHELL_URL_SEARCH_PROVIDER_H_
|
|
|