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

Unified Diff: content/test/render_widget_browsertest.cc

Issue 10492009: Move test headers from content\test to content\public\test. This way we can enforce that internal c… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 7 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
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

Powered by Google App Engine
This is Rietveld 408576698