Fix a compilation warning.

Fixes this warning:

libweave/src/device_registration_info_unittest.cc:342:32: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
libweave-0.0.1-r249:   auto callback = [&succeeded, this](const base::DictionaryValue& info,

BUG=chromium:714984
TEST=Unit test compilation failure on amd64-generic-paladin goes away.

Change-Id: I08f1c7eb77796bef7e531ffa81be00967f2cfaf0
Reviewed-on: https://weave-review.googlesource.com/9950
Reviewed-by: Manoj Gupta <manojgupta@google.com>
1 file changed