| 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
|
|
|
|
|