Index: net/cookies/cookie_monster.h |
diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h |
index ef5f9ab3de84f6808033b205373d9cb9f538fd17..4950e7a48879347da6c1b86364cdca16280da2e8 100644 |
--- a/net/cookies/cookie_monster.h |
+++ b/net/cookies/cookie_monster.h |
@@ -22,6 +22,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/synchronization/lock.h" |
#include "base/time.h" |
+#include "net/cookies/canonical_cookie.h" |
#include "net/cookies/cookie_store.h" |
#include "net/base/net_export.h" |
@@ -34,8 +35,6 @@ class TimeTicks; |
namespace net { |
-class CanonicalCookie; |
-class CookieList; |
class ParsedCookie; |
// The cookie monster is the system for storing and retrieving cookies. It has |