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

Unified Diff: chrome/browser/local_data_container.cc

Issue 10785017: Move CanonicalCookie into separate files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing include Created 8 years, 5 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/local_data_container.cc
diff --git a/chrome/browser/local_data_container.cc b/chrome/browser/local_data_container.cc
index ef62a22ca86e0ff5eff7dbf285cdb4653ccf8f8e..89d749c1eff931324fa787e81d0a68b262d2481e 100644
--- a/chrome/browser/local_data_container.cc
+++ b/chrome/browser/local_data_container.cc
@@ -10,6 +10,7 @@
#include "chrome/browser/browsing_data_server_bound_cert_helper.h"
#include "chrome/browser/content_settings/cookie_settings.h"
#include "chrome/browser/cookies_tree_model.h"
+#include "net/cookies/canonical_cookie.h"
///////////////////////////////////////////////////////////////////////////////
// LocalDataContainer, public:

Powered by Google App Engine
This is Rietveld 408576698