| Index: components/favicon_base/select_favicon_frames.h
|
| diff --git a/chrome/browser/history/select_favicon_frames.h b/components/favicon_base/select_favicon_frames.h
|
| similarity index 93%
|
| rename from chrome/browser/history/select_favicon_frames.h
|
| rename to components/favicon_base/select_favicon_frames.h
|
| index 9a116560806809f7143f72a3813f79983d772021..3ecf9ed3ff3c7dd3808c9bbe37d0b076c5b055aa 100644
|
| --- a/chrome/browser/history/select_favicon_frames.h
|
| +++ b/components/favicon_base/select_favicon_frames.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 CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
|
| -#define CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
|
| +#ifndef COMPONENTS_FAVICON_BASE_SELECT_FAVICON_FRAMES_H_
|
| +#define COMPONENTS_FAVICON_BASE_SELECT_FAVICON_FRAMES_H_
|
|
|
| #include <vector>
|
|
|
| @@ -59,4 +59,4 @@ void SelectFaviconFrameIndices(
|
| std::vector<size_t>* best_indices,
|
| float* score);
|
|
|
| -#endif // CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
|
| +#endif // COMPONENTS_FAVICON_BASE_SELECT_FAVICON_FRAMES_H_
|
|
|