diff options
author | avi <avi@chromium.org> | 2015-12-26 09:30:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-26 17:32:10 +0000 |
commit | 51ba3e6902ecd7284d3be51db648127d1be2187f (patch) | |
tree | 368c5fca978f6e804d5774b22a9bd2c07eff1fc8 /url | |
parent | 0d65fb8a06f3ab6e5c309e378e12640a2906af66 (diff) | |
download | chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.zip chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.gz chromium_src-51ba3e6902ecd7284d3be51db648127d1be2187f.tar.bz2 |
Clean up header files.
BUG=138542
TBR=ben@chromium.org
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1544283002
Cr-Commit-Position: refs/heads/master@{#366903}
Diffstat (limited to 'url')
-rw-r--r-- | url/url_canon_path.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/url/url_canon_path.cc b/url/url_canon_path.cc index 6e5bfb1..2e088a0 100644 --- a/url/url_canon_path.cc +++ b/url/url_canon_path.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 <limits.h> + #include "base/logging.h" #include "url/url_canon.h" #include "url/url_canon_internal.h" |