| Index: components/favicon/core/favicon_handler.h
|
| diff --git a/components/favicon/core/browser/favicon_handler.h b/components/favicon/core/favicon_handler.h
|
| similarity index 98%
|
| rename from components/favicon/core/browser/favicon_handler.h
|
| rename to components/favicon/core/favicon_handler.h
|
| index 90cd152f169414f2e1cebb8f6e58955b9134c2de..c7181c53745ca660c7c4dcef140eeed7d2787896 100644
|
| --- a/components/favicon/core/browser/favicon_handler.h
|
| +++ b/components/favicon/core/favicon_handler.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_HANDLER_H_
|
| -#define COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_HANDLER_H_
|
| +#ifndef COMPONENTS_FAVICON_CORE_FAVICON_HANDLER_H_
|
| +#define COMPONENTS_FAVICON_CORE_FAVICON_HANDLER_H_
|
|
|
| #include <deque>
|
| #include <map>
|
| @@ -312,4 +312,4 @@ class FaviconHandler {
|
| DISALLOW_COPY_AND_ASSIGN(FaviconHandler);
|
| };
|
|
|
| -#endif // COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_HANDLER_H_
|
| +#endif // COMPONENTS_FAVICON_CORE_FAVICON_HANDLER_H_
|
|
|