| Index: net/cookies/cookie_store.cc
|
| diff --git a/net/base/cookie_store.cc b/net/cookies/cookie_store.cc
|
| similarity index 82%
|
| rename from net/base/cookie_store.cc
|
| rename to net/cookies/cookie_store.cc
|
| index a806d6c5bfdd2aae22fd7c8a347bad41c91de595..0b302595d4dafad62d7d271dc3fd6180972b5883 100644
|
| --- a/net/base/cookie_store.cc
|
| +++ b/net/cookies/cookie_store.cc
|
| @@ -2,9 +2,9 @@
|
| // 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.h"
|
| +#include "net/cookies/cookie_store.h"
|
|
|
| -#include "net/base/cookie_options.h"
|
| +#include "net/cookies/cookie_options.h"
|
|
|
| namespace net {
|
|
|
|
|