| Index: components/favicon/core/favicon_client.h
|
| diff --git a/components/favicon/core/browser/favicon_client.h b/components/favicon/core/favicon_client.h
|
| similarity index 89%
|
| rename from components/favicon/core/browser/favicon_client.h
|
| rename to components/favicon/core/favicon_client.h
|
| index 71cdbb5eb8608e10d846f6bf83489d542c74801f..913485eff8bd52b60483da0c204888e4863a2af5 100644
|
| --- a/components/favicon/core/browser/favicon_client.h
|
| +++ b/components/favicon/core/favicon_client.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_CLIENT_H_
|
| -#define COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_CLIENT_H_
|
| +#ifndef COMPONENTS_FAVICON_CORE_FAVICON_CLIENT_H_
|
| +#define COMPONENTS_FAVICON_CORE_FAVICON_CLIENT_H_
|
|
|
| #include <vector>
|
|
|
| @@ -44,4 +44,4 @@ class FaviconClient : public KeyedService {
|
| DISALLOW_COPY_AND_ASSIGN(FaviconClient);
|
| };
|
|
|
| -#endif // COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_CLIENT_H_
|
| +#endif // COMPONENTS_FAVICON_CORE_FAVICON_CLIENT_H_
|
|
|