diff options
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_util.h')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h index b1b8151..1d98805 100644 --- a/chrome/browser/safe_browsing/safe_browsing_util.h +++ b/chrome/browser/safe_browsing/safe_browsing_util.h @@ -38,7 +38,8 @@ #include "base/scoped_ptr.h" #include "chrome/browser/safe_browsing/chunk_range.h" -#include "googleurl/src/gurl.h" + +class GURL; //#define SB_LOGGING_ENABLED #ifdef SB_LOGGING_ENABLED |