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

Unified Diff: net/cookies/cookie_store.cc

Issue 9703011: Move the cookie store implementation into its own directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net/base/cookies/ -> net/cookies/ Created 8 years, 9 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
« no previous file with comments | « net/cookies/cookie_store.h ('k') | net/cookies/cookie_store_test_callbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_store.cc
diff --git a/net/base/cookie_store.cc b/net/cookies/cookie_store.cc
similarity index 82%
rename from net/base/cookie_store.cc
rename to net/cookies/cookie_store.cc
index a806d6c5bfdd2aae22fd7c8a347bad41c91de595..0b302595d4dafad62d7d271dc3fd6180972b5883 100644
--- a/net/base/cookie_store.cc
+++ b/net/cookies/cookie_store.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/cookie_store.h"
+#include "net/cookies/cookie_store.h"
-#include "net/base/cookie_options.h"
+#include "net/cookies/cookie_options.h"
namespace net {
« no previous file with comments | « net/cookies/cookie_store.h ('k') | net/cookies/cookie_store_test_callbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698