summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bluetooth/1.0/default/test/mct_protocol_unittest.cc')
-rw-r--r--bluetooth/1.0/default/test/mct_protocol_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/1.0/default/test/mct_protocol_unittest.cc b/bluetooth/1.0/default/test/mct_protocol_unittest.cc
index d45058e2..60dbc880 100644
--- a/bluetooth/1.0/default/test/mct_protocol_unittest.cc
+++ b/bluetooth/1.0/default/test/mct_protocol_unittest.cc
@@ -36,8 +36,8 @@ namespace bluetooth {
36namespace V1_0 { 36namespace V1_0 {
37namespace implementation { 37namespace implementation {
38 38
39using ::testing::Eq;
40using hci::MctProtocol; 39using hci::MctProtocol;
40using ::testing::Eq;
41 41
42static char sample_data1[100] = "A point is that which has no part."; 42static char sample_data1[100] = "A point is that which has no part.";
43static char sample_data2[100] = "A line is breadthless length."; 43static char sample_data2[100] = "A line is breadthless length.";