Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/message_pool.py |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/message_pool.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/message_pool.py |
| index ab1f1a0b1575bba22b0d9a8e65c2eff4bbd6beae..fa7196629ab2142a850572e6d14105d67382d951 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/message_pool.py |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/message_pool.py |
| @@ -37,7 +37,6 @@ and concurrency.futures.ProcessPoolExecutor, with the following differences: |
| If you don't need these features, use multiprocessing.Pool or concurrency.futures |
| instead. |
| - |
| """ |
| import cPickle |