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

Side by Side Diff: content/shell/renderer/layout_test/blink_test_helpers.h

Issue 1118183003: content: Rename webkit_test_helpers.{cc,h} to blink_test_helpers.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content/shell/renderer/layout_test Created 5 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
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_COMMON_WEBKIT_TEST_HELPERS_H_ 5 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
6 #define CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_ 6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 namespace base { 11 namespace base {
12 class FilePath; 12 class FilePath;
13 } 13 }
14 14
15 namespace content { 15 namespace content {
16 16
(...skipping 10 matching lines...) Expand all
27 void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs); 27 void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs);
28 28
29 // Returns the root of the Blink checkout. 29 // Returns the root of the Blink checkout.
30 base::FilePath GetWebKitRootDirFilePath(); 30 base::FilePath GetWebKitRootDirFilePath();
31 31
32 // Returns list of extra font files to be made accessible to the renderer. 32 // Returns list of extra font files to be made accessible to the renderer.
33 std::vector<std::string> GetSideloadFontFiles(); 33 std::vector<std::string> GetSideloadFontFiles();
34 34
35 } // namespace content 35 } // namespace content
36 36
37 #endif // CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_ 37 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
OLDNEW
« no previous file with comments | « content/shell/common/webkit_test_helpers.cc ('k') | content/shell/renderer/layout_test/blink_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698