Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: chrome/browser/manifest/manifest_icon_selector.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « chrome/browser/local_discovery/service_discovery_client.h ('k') | chrome/browser/media/extension_media_access_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698