summaryrefslogtreecommitdiffstats
path: root/url/url_parse.h
blob: 3b9c54678b47c2a2b4229f60bf4261a269319f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef URL_URL_PARSE_H_
#define URL_URL_PARSE_H_

// TODO(tfarina): Remove this file when the callers are updated.
#include "url/third_party/mozilla/url_parse.h"

#endif  // URL_URL_PARSE_H_