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

Unified Diff: mojo/services/network/cookie_store_impl.cc

Issue 975083002: mojo/common: Decouple GURL dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: mojo/services/network/cookie_store_impl.cc
diff --git a/mojo/services/network/cookie_store_impl.cc b/mojo/services/network/cookie_store_impl.cc
index 03409337f103a55716a7d3abdbad810c4283cf10..e268118c89d0b09aac4929d3331490091dbd78c5 100644
--- a/mojo/services/network/cookie_store_impl.cc
+++ b/mojo/services/network/cookie_store_impl.cc
@@ -5,6 +5,7 @@
#include "mojo/services/network/cookie_store_impl.h"
#include "mojo/common/common_type_converters.h"
Ken Rockot(use gerrit already) 2015/03/04 03:27:56 same question
Hajime Morrita 2015/03/05 18:29:41 Done.
+#include "mojo/common/url_type_converters.h"
#include "mojo/services/network/network_context.h"
#include "net/cookies/cookie_store.h"
#include "net/url_request/url_request_context.h"

Powered by Google App Engine
This is Rietveld 408576698