diff options
Diffstat (limited to 'chrome/browser/google_util.h')
-rw-r--r-- | chrome/browser/google_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_util.h b/chrome/browser/google_util.h index cc24f6e..5098b09 100644 --- a/chrome/browser/google_util.h +++ b/chrome/browser/google_util.h @@ -32,7 +32,7 @@ #ifndef CHROME_BROWSER_GOOGLE_UTIL_H__ #define CHROME_BROWSER_GOOGLE_UTIL_H__ -#include "googleurl/src/gurl.h" +class GURL; namespace google_util { |