| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/profiler_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/profiler_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/profiler_unittest.py
|
| index e48d18e2ea2b17c1b9d36203528184b687c1e7d8..441cd98eefcf6f706a1ea103100a17ceafe9eb57 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/profiler_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/profiler_unittest.py
|
| @@ -28,8 +28,8 @@
|
|
|
| import unittest
|
|
|
| -from webkitpy.common.system.platforminfo_mock import MockPlatformInfo
|
| -from webkitpy.common.system.systemhost_mock import MockSystemHost
|
| +from webkitpy.common.system.platform_info_mock import MockPlatformInfo
|
| +from webkitpy.common.system.system_host_mock import MockSystemHost
|
|
|
| from .profiler import ProfilerFactory, GooglePProf
|
|
|
|
|