blob: 27d72315c9f58beffeb673550832a883145d15a9 [file] [log] [blame]
// Copyright (c) 2018 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.
#ifndef CHROME_BROWSER_WEB_APPLICATIONS_TEST_WEB_APP_TEST_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_TEST_WEB_APP_TEST_H_
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
// Consider to implement web app specific test harness independent of
// RenderViewHost.
using WebAppTest = ChromeRenderViewHostTestHarness;
#endif // CHROME_BROWSER_WEB_APPLICATIONS_TEST_WEB_APP_TEST_H_