Index: content/public/test/render_widget_test.cc |
=================================================================== |
--- content/public/test/render_widget_test.cc (revision 160387) |
+++ content/public/test/render_widget_test.cc (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/public/test/render_widget_browsertest.h" |
+#include "content/public/test/render_widget_test.h" |
#include "base/basictypes.h" |
#include "base/file_path.h" |
@@ -148,8 +148,4 @@ |
bitmap_data->size())); |
} |
-TEST_F(RenderWidgetTest, OnMsgPaintAtSize) { |
- TestResizeAndPaint(); |
-} |
- |
} // namespace content |