// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/test/webview_test_helper.h" #include "content/public/test/test_content_client_initializer.h" #include "ui/views/controls/webview/webview.h" namespace views { WebViewTestHelper::WebViewTestHelper() { … } WebViewTestHelper::~WebViewTestHelper() = default; } // namespace views