diff options
Diffstat (limited to 'chrome/browser/net/url_fixer_upper.h')
-rw-r--r-- | chrome/browser/net/url_fixer_upper.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/net/url_fixer_upper.h b/chrome/browser/net/url_fixer_upper.h index 6113cf8..9e29e47 100644 --- a/chrome/browser/net/url_fixer_upper.h +++ b/chrome/browser/net/url_fixer_upper.h @@ -7,7 +7,9 @@ #include <string> -#include "googleurl/src/url_parse.h" +namespace url_parse { + struct Parsed; +} class FilePath; |