OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CONTENT_SHELL_WEBKIT_TEST_HELPERS_H_ | 5 #ifndef CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_ |
6 #define CONTENT_SHELL_WEBKIT_TEST_HELPERS_H_ | 6 #define CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_ |
7 | 7 |
8 struct WebPreferences; | 8 struct WebPreferences; |
9 | 9 |
10 namespace WebTestRunner { | 10 namespace WebTestRunner { |
11 struct WebPreferences; | 11 struct WebPreferences; |
12 } | 12 } |
13 | 13 |
14 namespace base { | 14 namespace base { |
15 class FilePath; | 15 class FilePath; |
16 } | 16 } |
(...skipping 13 matching lines...) Expand all Loading... |
30 void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs); | 30 void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs); |
31 | 31 |
32 // Returns the root of the Blink checkout. | 32 // Returns the root of the Blink checkout. |
33 base::FilePath GetWebKitRootDirFilePath(); | 33 base::FilePath GetWebKitRootDirFilePath(); |
34 | 34 |
35 // Returns the root of the chromium checkout. | 35 // Returns the root of the chromium checkout. |
36 base::FilePath GetChromiumRootDirFilePath(); | 36 base::FilePath GetChromiumRootDirFilePath(); |
37 | 37 |
38 } // namespace content | 38 } // namespace content |
39 | 39 |
40 #endif // CONTENT_SHELL_WEBKIT_TEST_HELPERS_H_ | 40 #endif // CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_ |
OLD | NEW |