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

Unified Diff: net/cookies/cookie_monster_store_test.h

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_monster_perftest.cc ('k') | net/cookies/cookie_monster_store_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_monster_store_test.h
diff --git a/net/base/cookie_monster_store_test.h b/net/cookies/cookie_monster_store_test.h
similarity index 97%
copy from net/base/cookie_monster_store_test.h
copy to net/cookies/cookie_monster_store_test.h
index e341f7d9207026d7dbaf719b94077f2d0e87960d..afe4d2513a71a94de88397c1c2c7a7f4872159e4 100644
--- a/net/base/cookie_monster_store_test.h
+++ b/net/cookies/cookie_monster_store_test.h
@@ -7,15 +7,15 @@
// that need to test out CookieMonster interactions with the backing store.
// It should only be included by test code.
-#ifndef NET_BASE_COOKIE_MONSTER_STORE_TEST_H_
-#define NET_BASE_COOKIE_MONSTER_STORE_TEST_H_
+#ifndef NET_COOKIES_COOKIE_MONSTER_STORE_TEST_H_
+#define NET_COOKIES_COOKIE_MONSTER_STORE_TEST_H_
#pragma once
#include <map>
#include <string>
#include <utility>
#include <vector>
-#include "net/base/cookie_monster.h"
+#include "net/cookies/cookie_monster.h"
namespace base {
class Time;
@@ -203,4 +203,4 @@ CookieMonster* CreateMonsterFromStoreForGC(
} // namespace net
-#endif // NET_BASE_COOKIE_MONSTER_STORE_TEST_H_
+#endif // NET_COOKIES_COOKIE_MONSTER_STORE_TEST_H_
« no previous file with comments | « net/cookies/cookie_monster_perftest.cc ('k') | net/cookies/cookie_monster_store_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698