| Index: components/favicon/core/favicon_tab_helper_observer.h
|
| diff --git a/components/favicon/core/browser/favicon_tab_helper_observer.h b/components/favicon/core/favicon_tab_helper_observer.h
|
| similarity index 71%
|
| rename from components/favicon/core/browser/favicon_tab_helper_observer.h
|
| rename to components/favicon/core/favicon_tab_helper_observer.h
|
| index bc109ff348f649644048c72deb644c8c1adf18ef..bf8a053d1fed9616e7d38638850eaa12c3978980 100644
|
| --- a/components/favicon/core/browser/favicon_tab_helper_observer.h
|
| +++ b/components/favicon/core/favicon_tab_helper_observer.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_TAB_HELPER_OBSERVER_H_
|
| -#define COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_TAB_HELPER_OBSERVER_H_
|
| +#ifndef COMPONENTS_FAVICON_CORE_FAVICON_TAB_HELPER_OBSERVER_H_
|
| +#define COMPONENTS_FAVICON_CORE_FAVICON_TAB_HELPER_OBSERVER_H_
|
|
|
| namespace gfx {
|
| class Image;
|
| @@ -21,4 +21,4 @@ class FaviconTabHelperObserver {
|
| virtual ~FaviconTabHelperObserver() {}
|
| };
|
|
|
| -#endif // COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_TAB_HELPER_OBSERVER_H_
|
| +#endif // COMPONENTS_FAVICON_CORE_FAVICON_TAB_HELPER_OBSERVER_H_
|
|
|