Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1233)

Side by Side Diff: content/shell/common/webkit_test_helpers.h

Issue 14767019: [content shell] move code common to several processes to a common dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « content/shell/common/shell_test_configuration.cc ('k') | content/shell/common/webkit_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698