| Index: chrome/browser/history/select_favicon_frames.h
|
| diff --git a/chrome/browser/favicon/select_favicon_frames.h b/chrome/browser/history/select_favicon_frames.h
|
| similarity index 85%
|
| rename from chrome/browser/favicon/select_favicon_frames.h
|
| rename to chrome/browser/history/select_favicon_frames.h
|
| index 768d394653caa5568c998be716f09be145824932..22a596832f2253c67587def56abcb3a6ea809c91 100644
|
| --- a/chrome/browser/favicon/select_favicon_frames.h
|
| +++ b/chrome/browser/history/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_FAVICON_SELECT_FAVICON_FRAMES_H_
|
| -#define CHROME_BROWSER_FAVICON_SELECT_FAVICON_FRAMES_H_
|
| +#ifndef CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
|
| +#define CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
|
|
|
| #include <vector>
|
|
|
| @@ -30,4 +30,4 @@ gfx::ImageSkia SelectFaviconFrames(
|
| int desired_size,
|
| float* score);
|
|
|
| -#endif // CHROME_BROWSER_FAVICON_SELECT_FAVICON_FRAMES_H_
|
| +#endif // CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
|
|
|