| Index: webkit/browser/quota/mock_storage_client.cc
|
| diff --git a/webkit/quota/mock_storage_client.cc b/webkit/browser/quota/mock_storage_client.cc
|
| similarity index 98%
|
| rename from webkit/quota/mock_storage_client.cc
|
| rename to webkit/browser/quota/mock_storage_client.cc
|
| index 0eeef990b8c3c65e75a9b54ca5805e1f34c4b1a4..3c36815e0b891f3b537ab2c12272526169f1853a 100644
|
| --- a/webkit/quota/mock_storage_client.cc
|
| +++ b/webkit/browser/quota/mock_storage_client.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 "webkit/quota/mock_storage_client.h"
|
| +#include "webkit/browser/quota/mock_storage_client.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/bind.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/message_loop_proxy.h"
|
| #include "base/stl_util.h"
|
| #include "net/base/net_util.h"
|
| -#include "webkit/quota/quota_manager.h"
|
| +#include "webkit/browser/quota/quota_manager.h"
|
|
|
| namespace quota {
|
|
|
|
|