Index: net/cookies/cookie_monster_unittest.cc |
diff --git a/net/base/cookie_monster_unittest.cc b/net/cookies/cookie_monster_unittest.cc |
similarity index 99% |
rename from net/base/cookie_monster_unittest.cc |
rename to net/cookies/cookie_monster_unittest.cc |
index 541a2b1f971486299c79c5d24b32ad2200dfe58d..24390bc8dc6eff2ac355ff15468b178b8a9cd168 100644 |
--- a/net/base/cookie_monster_unittest.cc |
+++ b/net/cookies/cookie_monster_unittest.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_unittest.h" |
+#include "net/cookies/cookie_store_unittest.h" |
#include <time.h> |
#include <string> |
@@ -18,9 +18,9 @@ |
#include "base/threading/thread.h" |
#include "base/time.h" |
#include "googleurl/src/gurl.h" |
-#include "net/base/cookie_monster.h" |
-#include "net/base/cookie_monster_store_test.h" // For CookieStore mock |
-#include "net/base/cookie_util.h" |
+#include "net/cookies/cookie_monster.h" |
+#include "net/cookies/cookie_monster_store_test.h" // For CookieStore mock |
+#include "net/cookies/cookie_util.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |