| Index: webkit/browser/quota/mock_storage_client.h
|
| diff --git a/webkit/quota/mock_storage_client.h b/webkit/browser/quota/mock_storage_client.h
|
| similarity index 93%
|
| rename from webkit/quota/mock_storage_client.h
|
| rename to webkit/browser/quota/mock_storage_client.h
|
| index f8c3dd03ec326c65f3c1133dbd2a5acb48dafb46..d8eb1153581e5aa44d180e5c5d43232689d7264b 100644
|
| --- a/webkit/quota/mock_storage_client.h
|
| +++ b/webkit/browser/quota/mock_storage_client.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 WEBKIT_QUOTA_MOCK_STORAGE_CLIENT_H_
|
| -#define WEBKIT_QUOTA_MOCK_STORAGE_CLIENT_H_
|
| +#ifndef WEBKIT_BROWSER_QUOTA_MOCK_STORAGE_CLIENT_H_
|
| +#define WEBKIT_BROWSER_QUOTA_MOCK_STORAGE_CLIENT_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -14,7 +14,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/quota/quota_client.h"
|
| +#include "webkit/browser/quota/quota_client.h"
|
|
|
| namespace quota {
|
|
|
| @@ -92,4 +92,4 @@ class MockStorageClient : public QuotaClient {
|
|
|
| } // namespace quota
|
|
|
| -#endif // WEBKIT_QUOTA_MOCK_STORAGE_CLIENT_H_
|
| +#endif // WEBKIT_BROWSER_QUOTA_MOCK_STORAGE_CLIENT_H_
|
|
|