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

Unified Diff: net/cookies/cookie_store_test_callbacks.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_test_callbacks.h ('k') | net/cookies/cookie_store_test_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_store_test_callbacks.cc
diff --git a/net/base/cookie_store_test_callbacks.cc b/net/cookies/cookie_store_test_callbacks.cc
similarity index 97%
rename from net/base/cookie_store_test_callbacks.cc
rename to net/cookies/cookie_store_test_callbacks.cc
index e16df069ba2fa2690453616cb730ae37b63fdee2..0d4cb5c3fb7ce590c07ec3f2cffa5fe7e7228292 100644
--- a/net/base/cookie_store_test_callbacks.cc
+++ b/net/cookies/cookie_store_test_callbacks.cc
@@ -2,7 +2,7 @@
// 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_test_callbacks.h"
+#include "net/cookies/cookie_store_test_callbacks.h"
#include "base/message_loop.h"
#include "base/threading/thread.h"
« no previous file with comments | « net/cookies/cookie_store_test_callbacks.h ('k') | net/cookies/cookie_store_test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698