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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/system_host_mock.py

Issue 2578213005: Use underscores to separate words in filenames in webkitpy. (Closed)
Patch Set: Fix check for attribute in output_capture.py. Created 4 years 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: third_party/WebKit/Tools/Scripts/webkitpy/common/system/system_host_mock.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/system_host_mock.py
similarity index 97%
rename from third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost_mock.py
rename to third_party/WebKit/Tools/Scripts/webkitpy/common/system/system_host_mock.py
index e744eddfea052312b691f779bb9e5001b5e88b51..1bff4c6cb74163cdb612fdecfe142eb5de8b5157 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost_mock.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/system_host_mock.py
@@ -30,7 +30,7 @@ from StringIO import StringIO
from webkitpy.common.system.executive_mock import MockExecutive
from webkitpy.common.system.filesystem_mock import MockFileSystem
-from webkitpy.common.system.platforminfo_mock import MockPlatformInfo
+from webkitpy.common.system.platform_info_mock import MockPlatformInfo
from webkitpy.common.system.user_mock import MockUser
from webkitpy.common.system.workspace_mock import MockWorkspace

Powered by Google App Engine
This is Rietveld 408576698