Index: dbus/end_to_end_async_unittest.cc |
diff --git a/dbus/end_to_end_async_unittest.cc b/dbus/end_to_end_async_unittest.cc |
index 7715f7d1826f822f28878f0b327242c7edd36016..9be6bb218470d83135cf2f760d58603e40a6e6df 100644 |
--- a/dbus/end_to_end_async_unittest.cc |
+++ b/dbus/end_to_end_async_unittest.cc |
@@ -22,8 +22,8 @@ |
namespace { |
-// See comments in ObjectProxy::RunResponseCallback() for why the number was |
-// chosen. |
+// See comments in ObjectProxy::RunResponseCallback() and |
+// ObjectProxy::UpdateNameOwnerAsyncfor why the number was chosen. |
satorux1
2012/10/25 08:56:23
I think you don't need to update the comment.
Haruki Sato
2012/10/26 05:03:24
Done.
|
const int kHugePayloadSize = 64 << 20; // 64 MB |
} // namespace |