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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/renderer/layout_test/blink_test_helpers.h
diff --git a/content/shell/common/webkit_test_helpers.h b/content/shell/renderer/layout_test/blink_test_helpers.h
similarity index 84%
rename from content/shell/common/webkit_test_helpers.h
rename to content/shell/renderer/layout_test/blink_test_helpers.h
index 0e63cf96fee8948b98c98b46ea5312ca1d023fd4..3350b926c9ab7883ea1bd6cb57def58f936c8ee1 100644
--- a/content/shell/common/webkit_test_helpers.h
+++ b/content/shell/renderer/layout_test/blink_test_helpers.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
-#define CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
+#ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
+#define CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
#include <string>
#include <vector>
@@ -34,4 +34,4 @@ std::vector<std::string> GetSideloadFontFiles();
} // namespace content
-#endif // CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
+#endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
« 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