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

Unified Diff: chrome/browser/extensions/extension_webrequest_api.h

Issue 8539010: Cleanup: Remove unneeded forward declarations from chrome/browser/extensions. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove the speech file that ran away, I will get it later Created 9 years, 1 month 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/extensions/extension_webrequest_api.h
===================================================================
--- chrome/browser/extensions/extension_webrequest_api.h (revision 109676)
+++ chrome/browser/extensions/extension_webrequest_api.h (working copy)
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBREQUEST_API_H_
#pragma once
+#include <list>
#include <map>
#include <set>
#include <string>
@@ -30,17 +31,11 @@
namespace base {
class DictionaryValue;
class ListValue;
-class StringValue;
}
-namespace extension_webrequest_api_helpers {
-struct EventResponseDelta;
-}
-
namespace net {
class AuthCredentials;
class AuthChallengeInfo;
-class HostPortPair;
class HttpRequestHeaders;
class HttpResponseHeaders;
class URLRequest;
« no previous file with comments | « chrome/browser/extensions/extension_web_ui.h ('k') | chrome/browser/extensions/external_extension_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698