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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch 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
« no previous file with comments | « components/test_runner/web_frame_test_client.h ('k') | components/test_runner/web_test_interfaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index 3ff139af9134fe0c77160f2d88625ff6542e9096..2cdbefa9e164c607958c073e9c04eef227e0451c 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -26,32 +26,22 @@ namespace blink {
class WebDeviceMotionData;
class WebDeviceOrientationData;
class WebFrame;
-class WebGamepad;
-class WebGamepads;
-class WebHistoryItem;
class WebInputEvent;
-class WebLayer;
class WebLocalFrame;
class WebMediaStream;
class WebPlugin;
struct WebPluginParams;
-struct WebPoint;
-struct WebRect;
struct WebSize;
-struct WebURLError;
class WebURLResponse;
class WebView;
}
namespace cc {
-class TextureLayer;
-class TextureLayerClient;
class SharedBitmapManager;
}
namespace test_runner {
-class DeviceLightData;
class GamepadController;
class WebTask;
class WebWidgetTestProxyBase;
« no previous file with comments | « components/test_runner/web_frame_test_client.h ('k') | components/test_runner/web_test_interfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698