Use ScopedVector instead of std::vector in case of repeated messages.

During using this library, I realized that we want to use DISALLOW_COPY_AND_ASSIGN
for the messages and RepeatedMessageConverter is inconsistent with such ones
because it uses a copy constructor as "push_back(NestedType())".  Then
I now think to use ScopedVector.

BUG=109375
TEST=passed locally


Review URL: http://codereview.chromium.org/9187047

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117786 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: a9b8e0a5eb4ed0cc5792346c170014a35c7b18ca
2 files changed
tree: a5337c59d44602a2951a587b7190230fd0f92652
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/