Refactor management of overview window copy lifetime into a separate class.
[chromium-blink-merge.git] / content / test / webkit_unit_test_support.h
blobbce9c77b8bdf45d1169cdb72f34af5f6d639da1b
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_TEST_WEBKIT_UNIT_TEST_SUPPORT_H_
6 #define CONTENT_TEST_WEBKIT_UNIT_TEST_SUPPORT_H_
8 namespace content {
10 void SetUpTestEnvironmentForWebKitUnitTests();
11 void TearDownEnvironmentForWebKitUnitTests();
13 } // namespace content
15 #endif // CONTENT_TEST_WEBKIT_UNIT_TEST_SUPPORT_H_