[email protected] | 51bcc5d | 2013-04-24 01:41:37 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
[email protected] | e7bba5f8 | 2013-04-10 20:10:52 | [diff] [blame] | 4 | |
[email protected] | 318076b | 2013-04-18 21:19:45 | [diff] [blame] | 5 | #ifndef URL_URL_PARSE_H_ |
6 | #define URL_URL_PARSE_H_ | ||||
[email protected] | e7bba5f8 | 2013-04-10 20:10:52 | [diff] [blame] | 7 | |
[email protected] | f968211 | 2013-08-12 05:01:49 | [diff] [blame] | 8 | // TODO(tfarina): Remove this file when the callers are updated. |
9 | #include "url/third_party/mozilla/url_parse.h" | ||||
[email protected] | e7bba5f8 | 2013-04-10 20:10:52 | [diff] [blame] | 10 | |
[email protected] | 318076b | 2013-04-18 21:19:45 | [diff] [blame] | 11 | #endif // URL_URL_PARSE_H_ |