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

Unified Diff: net/android/http_auth_negotiate_android.h

Issue 2690533002: Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: rebase Created 3 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: net/android/http_auth_negotiate_android.h
diff --git a/net/android/http_auth_negotiate_android.h b/net/android/http_auth_negotiate_android.h
index f63620d567b32a34c8c863a3be22834764d428c4..dd1cf317d541458ef2a799ca3b5806522d611219 100644
--- a/net/android/http_auth_negotiate_android.h
+++ b/net/android/http_auth_negotiate_android.h
@@ -18,6 +18,10 @@
#include "net/base/net_export.h"
#include "net/http/http_auth.h"
+namespace base {
+class TaskRunner;
+}
+
namespace net {
class HttpAuthChallengeTokenizer;

Powered by Google App Engine
This is Rietveld 408576698