| Index: chrome/test/perf/url_parse_perftest.cc
|
| diff --git a/chrome/test/perf/url_parse_perftest.cc b/chrome/test/perf/url_parse_perftest.cc
|
| index 76ae046acf602602fe4cef0ec14a69b5abc0d1a8..34065c12eeac13478ee96bf836c51de463836578 100644
|
| --- a/chrome/test/perf/url_parse_perftest.cc
|
| +++ b/chrome/test/perf/url_parse_perftest.cc
|
| @@ -5,9 +5,9 @@
|
| #include "base/test/perf_time_logger.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
| +#include "url/third_party/mozilla/url_parse.h"
|
| #include "url/url_canon.h"
|
| #include "url/url_canon_stdstring.h"
|
| -#include "url/url_parse.h"
|
|
|
| // TODO(darin): chrome code should not depend on WebCore innards
|
| #if 0
|
|
|