diff options
Diffstat (limited to 'chrome/browser/safe_browsing')
-rw-r--r-- | chrome/browser/safe_browsing/protocol_manager.h | 4 | ||||
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_database.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/safe_browsing/protocol_manager.h b/chrome/browser/safe_browsing/protocol_manager.h index 55c430a..6198ed4 100644 --- a/chrome/browser/safe_browsing/protocol_manager.h +++ b/chrome/browser/safe_browsing/protocol_manager.h @@ -11,8 +11,6 @@ // The SafeBrowsingProtocolParser class to do the actual parsing. #include <deque> -#include <string> -#include <vector> #include "base/hash_tables.h" #include "base/scoped_ptr.h" @@ -22,12 +20,12 @@ #include "chrome/browser/safe_browsing/protocol_parser.h" #include "chrome/browser/safe_browsing/safe_browsing_service.h" #include "chrome/browser/safe_browsing/safe_browsing_util.h" -#include "net/url_request/url_request.h" #include "testing/gtest/include/gtest/gtest_prod.h" class MessageLoop; class Task; class Timer; +class URLRequestStatus; #if defined(COMPILER_GCC) // Allows us to use URLFetchers in a hash_map with gcc (MSVC is okay without diff --git a/chrome/browser/safe_browsing/safe_browsing_database.h b/chrome/browser/safe_browsing/safe_browsing_database.h index 72ed129..a2575eb 100644 --- a/chrome/browser/safe_browsing/safe_browsing_database.h +++ b/chrome/browser/safe_browsing/safe_browsing_database.h @@ -7,7 +7,7 @@ #include <deque> #include <list> -#include <string> +#include <set> #include <vector> #include "base/file_path.h" |