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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration 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: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index b351591d379a6119ee0c06acb5f69f429b9a1b08..ca233f9f36c1d753d45488efab1301866f6b9d99 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -22,7 +22,6 @@
#include "v8/include/v8.h"
class SkBitmap;
-class SkCanvas;
namespace base {
class DictionaryValue;
@@ -32,12 +31,10 @@ namespace blink {
class WebDeviceMotionData;
class WebDeviceOrientationData;
class WebView;
-struct WebRect;
}
namespace test_runner {
class AppBannerService;
-class WebViewTestProxyBase;
}
namespace content {

Powered by Google App Engine
This is Rietveld 408576698