OSDN Git Service

Replace usage of "vector<>" with "std::vector<>"
authorPavlin Radoslavov <pavlin@google.com>
Sat, 10 Dec 2016 01:43:13 +0000 (17:43 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 12 Dec 2016 21:27:29 +0000 (21:27 +0000)
commit06c95105b689d4556b497c5c9d6f312b28e52444
tree26ef323b7d0f669749ea7de8bf699cd2f28c5cb9
parentd77e834f4f2ccdd1a032dfc051a271fd57571e17
Replace usage of "vector<>" with "std::vector<>"

This change is needed so we can remove the last instances
of "using std::vector" statements in hardware/libhardware.

Test: code compilation

Change-Id: I5963f7c5768d67dbd92c526f41ec1c291c353aad
jni/com_android_bluetooth_gatt.cpp