| Index: content/browser/renderer_host/render_widget_host_browsertest.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_browsertest.cc b/content/browser/renderer_host/render_widget_host_browsertest.cc
|
| deleted file mode 100644
|
| index e85a4856824c22f4c82a518904e3d47e573ff6b0..0000000000000000000000000000000000000000
|
| --- a/content/browser/renderer_host/render_widget_host_browsertest.cc
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "base/path_service.h"
|
| -#include "base/run_loop.h"
|
| -#include "content/public/browser/render_view_host.h"
|
| -#include "content/public/browser/web_contents.h"
|
| -#include "content/public/common/content_paths.h"
|
| -#include "content/public/test/content_browser_test.h"
|
| -#include "content/public/test/content_browser_test_utils.h"
|
| -#include "content/shell/browser/shell.h"
|
| -#include "net/base/filename_util.h"
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
| -
|
| -namespace content {
|
| -
|
| -class RenderWidgetHostBrowserTest : public ContentBrowserTest {
|
| - public:
|
| - RenderWidgetHostBrowserTest() {}
|
| -
|
| - void SetUpOnMainThread() override {
|
| - ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &test_dir_));
|
| - }
|
| -
|
| - protected:
|
| - base::FilePath test_dir_;
|
| -};
|
| -
|
| -} // namespace content
|
|
|