| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/platforminfo_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platforminfo_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platforminfo_unittest.py
|
| index 10720116c42de7b1d84332c9a0476c21cb0ea334..e65eb54a6c5d6c5f7e2fd8c974a0b2f4453e92fc 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platforminfo_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platforminfo_unittest.py
|
| @@ -31,7 +31,7 @@
|
| import unittest
|
|
|
| from webkitpy.common.system.executive import Executive
|
| -from webkitpy.common.system.executive_mock import MockExecutive2
|
| +from webkitpy.common.system.executive_mock import MockExecutive, MockExecutive2
|
| from webkitpy.common.system.filesystem import FileSystem
|
| from webkitpy.common.system.filesystem_mock import MockFileSystem
|
| from webkitpy.common.system.platforminfo import PlatformInfo
|
|
|