commit | c0c6031c8dbcd771efe709b130c4ec7409e53004 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Mon Dec 21 21:03:50 2015 |
committer | Commit bot <[email protected]> | Mon Dec 21 21:04:29 2015 |
tree | ddfeb229b1f1138b660719edd7846d0a52dc9521 | |
parent | c91094815164bc61091ead69981964d1471b2dd2 [diff] [blame] |
Switch to standard integer types in url/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1542703002 Cr-Commit-Position: refs/heads/master@{#366454}
diff --git a/url/gurl_unittest.cc b/url/gurl_unittest.cc index 18aa2ae..1320609 100644 --- a/url/gurl_unittest.cc +++ b/url/gurl_unittest.cc
@@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <stddef.h> + #include "base/macros.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h"