| Index: third_party/WebKit/Source/wtf/Functional.h
|
| diff --git a/third_party/WebKit/Source/wtf/Functional.h b/third_party/WebKit/Source/wtf/Functional.h
|
| index aefddc0b11ef8e9d92d36bb1c517cf08d046b0dd..6754c382a16088141c110fc86ed094657d09a76b 100644
|
| --- a/third_party/WebKit/Source/wtf/Functional.h
|
| +++ b/third_party/WebKit/Source/wtf/Functional.h
|
| @@ -267,8 +267,6 @@ typedef Function<void(), CrossThreadAffinity> CrossThreadClosure;
|
|
|
| } // namespace WTF
|
|
|
| -using WTF::bind;
|
| -
|
| using WTF::passed;
|
| using WTF::unretained;
|
| using WTF::crossThreadUnretained;
|
|
|