| Index: net/cookies/cookie_store_unittest.h
|
| diff --git a/net/base/cookie_store_unittest.h b/net/cookies/cookie_store_unittest.h
|
| similarity index 99%
|
| copy from net/base/cookie_store_unittest.h
|
| copy to net/cookies/cookie_store_unittest.h
|
| index 862edbbbe6fdb419ceed3262297fc99de887b51d..e1d23f8505e0c27ac97020a279787f503e763879 100644
|
| --- a/net/base/cookie_store_unittest.h
|
| +++ b/net/cookies/cookie_store_unittest.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_COOKIE_STORE_UNITTEST_H_
|
| -#define NET_BASE_COOKIE_STORE_UNITTEST_H_
|
| +#ifndef NET_COOKIES_COOKIE_STORE_UNITTEST_H_
|
| +#define NET_COOKIES_COOKIE_STORE_UNITTEST_H_
|
| #pragma once
|
|
|
| #include "base/bind.h"
|
| @@ -11,9 +11,9 @@
|
| #include "base/string_tokenizer.h"
|
| #include "base/threading/thread.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "net/base/cookie_monster.h"
|
| -#include "net/base/cookie_store.h"
|
| -#include "net/base/cookie_store_test_callbacks.h"
|
| +#include "net/cookies/cookie_monster.h"
|
| +#include "net/cookies/cookie_store.h"
|
| +#include "net/cookies/cookie_store_test_callbacks.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| // This file declares unittest templates that can be used to test common
|
| @@ -1052,4 +1052,4 @@ REGISTER_TYPED_TEST_CASE_P(MultiThreadedCookieStoreTest,
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_COOKIE_STORE_UNITTEST_H_
|
| +#endif // NET_COOKIES_COOKIE_STORE_UNITTEST_H_
|
|
|