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

Unified Diff: net/cookies/cookie_options.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_unittest.cc ('k') | net/cookies/cookie_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_options.h
diff --git a/net/base/cookie_options.h b/net/cookies/cookie_options.h
similarity index 90%
copy from net/base/cookie_options.h
copy to net/cookies/cookie_options.h
index 203adaf0b3c9c4702def4ae081645383e30e0fb2..f1099811c02251566067bd11c99e56603a907095 100644
--- a/net/base/cookie_options.h
+++ b/net/cookies/cookie_options.h
@@ -4,8 +4,8 @@
// Brought to you by number 42.
-#ifndef NET_BASE_COOKIE_OPTIONS_H_
-#define NET_BASE_COOKIE_OPTIONS_H_
+#ifndef NET_COOKIES_COOKIE_OPTIONS_H_
+#define NET_COOKIES_COOKIE_OPTIONS_H_
#pragma once
namespace net {
@@ -36,5 +36,5 @@ class CookieOptions {
};
} // namespace net
-#endif // NET_BASE_COOKIE_OPTIONS_H_
+#endif // NET_COOKIES_COOKIE_OPTIONS_H_
« no previous file with comments | « net/cookies/cookie_monster_unittest.cc ('k') | net/cookies/cookie_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698