blob: a03d20b587d912ac2cd1376a2c4c0c5ef0c9813b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright (c) 2012 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 CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_
#define CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_
namespace content {
bool WebKitTestPlatformInitialize();
} // namespace content
#endif // CONTENT_SHELL_WEBKIT_TEST_PLATFORM_SUPPORT_H_
|