Index: content/test/render_widget_browsertest.cc |
=================================================================== |
--- content/test/render_widget_browsertest.cc (revision 140250) |
+++ content/test/render_widget_browsertest.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/test/render_widget_browsertest.h" |
+#include "content/public/test/render_widget_browsertest.h" |
#include "base/basictypes.h" |
#include "base/file_path.h" |
@@ -19,6 +19,8 @@ |
#include "ui/gfx/size.h" |
#include "ui/surface/transport_dib.h" |
+namespace content { |
+ |
const int RenderWidgetTest::kNumBytesPerPixel = 4; |
const int RenderWidgetTest::kLargeWidth = 1024; |
const int RenderWidgetTest::kLargeHeight = 768; |
@@ -149,3 +151,5 @@ |
TEST_F(RenderWidgetTest, OnMsgPaintAtSize) { |
TestResizeAndPaint(); |
} |
+ |
+} // namespace content |