Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7334)

Unified Diff: chrome/browser/safe_browsing/protocol_manager.h

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/safe_browsing/protocol_manager.h
===================================================================
--- chrome/browser/safe_browsing/protocol_manager.h (revision 9942)
+++ chrome/browser/safe_browsing/protocol_manager.h (working copy)
@@ -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

Powered by Google App Engine
This is Rietveld 408576698