| Index: components/favicon/core/favicon_service.h
|
| diff --git a/components/favicon/core/browser/favicon_service.h b/components/favicon/core/favicon_service.h
|
| similarity index 98%
|
| rename from components/favicon/core/browser/favicon_service.h
|
| rename to components/favicon/core/favicon_service.h
|
| index 4149344915129b635a44bcce0468bc1f17a73e25..9e45c554b4462dae57ab6ccfe62ac4ab9f875173 100644
|
| --- a/components/favicon/core/browser/favicon_service.h
|
| +++ b/components/favicon/core/favicon_service.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 COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_SERVICE_H_
|
| -#define COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_SERVICE_H_
|
| +#ifndef COMPONENTS_FAVICON_CORE_FAVICON_SERVICE_H_
|
| +#define COMPONENTS_FAVICON_CORE_FAVICON_SERVICE_H_
|
|
|
| #include <vector>
|
|
|
| @@ -251,4 +251,4 @@ class FaviconService : public KeyedService {
|
| DISALLOW_COPY_AND_ASSIGN(FaviconService);
|
| };
|
|
|
| -#endif // COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_SERVICE_H_
|
| +#endif // COMPONENTS_FAVICON_CORE_FAVICON_SERVICE_H_
|
|
|