summaryrefslogtreecommitdiffstats
path: root/base/pickle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/pickle.cc')
-rw-r--r--base/pickle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/pickle.cc b/base/pickle.cc
index be76cf5..491bc3d 100644
--- a/base/pickle.cc
+++ b/base/pickle.cc
@@ -369,7 +369,7 @@ char* Pickle::BeginWriteData(int length) {
}
void Pickle::TrimWriteData(int new_length) {
- DCHECK_NE(variable_buffer_offset_, 0);
+ DCHECK_NE(variable_buffer_offset_, 0U);
// Fetch the the variable buffer size
int* cur_length = reinterpret_cast<int*>(