url: Fix the TODO in url_parse.h header.
this removes url/url_parse.h header, since it was just a pass through
for url/third_party/mozilla/url_parse.h, and update the call sites.
BUG=None
[email protected]
Review URL: https://codereview.chromium.org/1152373003
Cr-Commit-Position: refs/heads/master@{#331390}
diff --git a/url/url_parse_unittest.cc b/url/url_parse_unittest.cc
index 71b2438..636be6c2 100644
--- a/url/url_parse_unittest.cc
+++ b/url/url_parse_unittest.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "url/url_parse.h"
+#include "url/third_party/mozilla/url_parse.h"
#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "url/url_parse.h"
+#include "url/third_party/mozilla/url_parse.h"
// Interesting IE file:isms...
//