summaryrefslogtreecommitdiffstats
path: root/remoting/base/compound_buffer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-2/+2
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-081-1/+1
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-42/+34
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Use CompoundBuffer in MessageDecoder.sergeyu@chromium.org2010-11-181-0/+37
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-0/+249