| Index: chrome/browser/manifest/manifest_icon_selector.h
|
| diff --git a/chrome/browser/manifest/manifest_icon_selector.h b/chrome/browser/manifest/manifest_icon_selector.h
|
| index 797f986bc8dd826b44cc5911672a55c47960a578..5efd3be9314b7acd67e5f7541df89da4b4bb2b26 100644
|
| --- a/chrome/browser/manifest/manifest_icon_selector.h
|
| +++ b/chrome/browser/manifest/manifest_icon_selector.h
|
| @@ -9,18 +9,6 @@
|
| #include "content/public/common/manifest.h"
|
| #include "url/gurl.h"
|
|
|
| -namespace content {
|
| -class WebContents;
|
| -} // namespace content
|
| -
|
| -namespace IPC {
|
| -class Message;
|
| -} // namespace IPC
|
| -
|
| -namespace gfx {
|
| -class Screen;
|
| -}
|
| -
|
| // Selects the icon most closely matching the size constraints. This follows
|
| // very basic heuristics -- improvements are welcome.
|
| class ManifestIconSelector {
|
|
|