| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_unittest.py
|
| index 1445210e0ca61b3120f2523e75d109a0a66ec047..21d0731bf343c7d39754bcd1244f37ae91159d57 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command_unittest.py
|
| @@ -29,7 +29,7 @@
|
| import optparse
|
| import unittest
|
|
|
| -from webkitpy.common.system.outputcapture import OutputCapture
|
| +from webkitpy.common.system.output_capture import OutputCapture
|
| from webkitpy.tool.commands.command import Command
|
|
|
|
|
|
|