| Index: remoting/host/clipboard_mac.mm
|
| diff --git a/remoting/host/clipboard_mac.mm b/remoting/host/clipboard_mac.mm
|
| index 48ce8525d6103a7622eb8299c2486d65a4de283a..f3f369eec756be80b9538257714644414538a055 100644
|
| --- a/remoting/host/clipboard_mac.mm
|
| +++ b/remoting/host/clipboard_mac.mm
|
| @@ -51,7 +51,7 @@ ClipboardMac::ClipboardMac() : current_change_count_(0) {
|
| ClipboardMac::~ClipboardMac() {
|
| // In it2me the destructor is not called in the same thread that the timer is
|
| // created. Thus the timer must have already been destroyed by now.
|
| - DCHECK(clipboard_polling_timer_.get() == NULL);
|
| + DCHECK(clipboard_polling_timer_.get() == nullptr);
|
| }
|
|
|
| void ClipboardMac::Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) {
|
|
|