Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: net/base/address_tracker_linux_unittest.cc

Issue 691783003: [WIP NOT FOR COMMIT] Switch Android to libc++ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add gn changes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/address_tracker_linux_unittest.cc
diff --git a/net/base/address_tracker_linux_unittest.cc b/net/base/address_tracker_linux_unittest.cc
index 641220731b71bbbe43b54f4e8b564921494f5b64..ea5353369c504807eb4f701014695f10729275c0 100644
--- a/net/base/address_tracker_linux_unittest.cc
+++ b/net/base/address_tracker_linux_unittest.cc
@@ -142,7 +142,7 @@ class NetlinkMessage {
return reinterpret_cast<struct nlmsghdr*>(&buffer_[0]);
}
- Buffer buffer_;
+ std::vector<int8_t> buffer_;
Nico 2014/11/05 17:30:10 I'm guessing this is because Buffer is a vector<ch
Nico 2014/11/07 00:56:39 (this wasn't answered)
};
#define INFINITY_LIFE_TIME 0xFFFFFFFF

Powered by Google App Engine
This is Rietveld 408576698