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

Unified Diff: app/surface/transport_dib.h

Issue 3136025: Remove obviously unneeded forward declarations from headers under src/{app,base,net}. (Closed)
Patch Set: it was the best of times Created 10 years, 4 months 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
« no previous file with comments | « app/l10n_util.h ('k') | app/x11_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/surface/transport_dib.h
diff --git a/app/surface/transport_dib.h b/app/surface/transport_dib.h
index 4de1df40dd8a1f055e31015dc88c41570dda0deb..6606c2b675da22a87681d513ba76e8130ba5e9f2 100644
--- a/app/surface/transport_dib.h
+++ b/app/surface/transport_dib.h
@@ -18,9 +18,6 @@
#include "app/x11_util.h"
#endif
-namespace gfx {
-class Size;
-}
namespace skia {
class PlatformCanvas;
}
@@ -177,6 +174,4 @@ class TransportDIB {
DISALLOW_COPY_AND_ASSIGN(TransportDIB);
};
-class MessageLoop;
-
#endif // APP_SURFACE_TRANSPORT_DIB_H_
« no previous file with comments | « app/l10n_util.h ('k') | app/x11_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698