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

Unified Diff: components/test_runner/helper/layout_test_helper_mac.mm

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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 side-by-side diff with in-line comments
Download patch
Index: components/test_runner/helper/layout_test_helper_mac.mm
diff --git a/content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm b/components/test_runner/helper/layout_test_helper_mac.mm
similarity index 99%
rename from content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm
rename to components/test_runner/helper/layout_test_helper_mac.mm
index 1a54676a4260e874f04ff034cda5448703206d2f..b787cdcab16760ffdaf690eb6e545cb3194fbdb6 100644
--- a/content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm
+++ b/components/test_runner/helper/layout_test_helper_mac.mm
@@ -176,7 +176,8 @@ void InstallLayoutTestColorProfile() {
CMGetProfileByAVID((CMDisplayIDType)kCGDirectMainDisplay, &profile);
if (!error) {
UInt32 size = sizeof(initial_color_profile_location);
- error = NCMGetProfileLocation(profile, &initial_color_profile_location, &size);
+ error =
+ NCMGetProfileLocation(profile, &initial_color_profile_location, &size);
CMCloseProfile(profile);
}
if (error) {
« no previous file with comments | « components/test_runner/gamepad_controller.cc ('k') | components/test_runner/helper/layout_test_helper_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698