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

Unified Diff: net/cookies/cookie_monster.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/OWNERS ('k') | net/cookies/cookie_monster.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_monster.h
diff --git a/net/base/cookie_monster.h b/net/cookies/cookie_monster.h
similarity index 99%
copy from net/base/cookie_monster.h
copy to net/cookies/cookie_monster.h
index 0e8febb6f18295d417632ac6c734ca12ea05ad9c..b23dcfb4b619d0e5c651487a496d8fadc866c212 100644
--- a/net/base/cookie_monster.h
+++ b/net/cookies/cookie_monster.h
@@ -4,8 +4,8 @@
// Brought to you by the letter D and the number 2.
-#ifndef NET_BASE_COOKIE_MONSTER_H_
-#define NET_BASE_COOKIE_MONSTER_H_
+#ifndef NET_COOKIES_COOKIE_MONSTER_H_
+#define NET_COOKIES_COOKIE_MONSTER_H_
#pragma once
#include <deque>
@@ -23,7 +23,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/synchronization/lock.h"
#include "base/time.h"
-#include "net/base/cookie_store.h"
+#include "net/cookies/cookie_store.h"
#include "net/base/net_export.h"
class GURL;
@@ -968,4 +968,4 @@ class CookieList : public std::vector<CookieMonster::CanonicalCookie> {
} // namespace net
-#endif // NET_BASE_COOKIE_MONSTER_H_
+#endif // NET_COOKIES_COOKIE_MONSTER_H_
« no previous file with comments | « net/cookies/OWNERS ('k') | net/cookies/cookie_monster.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698