| Index: storage/browser/quota/storage_monitor.h
|
| diff --git a/webkit/browser/quota/storage_monitor.h b/storage/browser/quota/storage_monitor.h
|
| similarity index 96%
|
| copy from webkit/browser/quota/storage_monitor.h
|
| copy to storage/browser/quota/storage_monitor.h
|
| index 66a7e8ae0ea8421653937cfc32b2d02ed2bfe83d..650c7b1f7f74cdf14b146f8c2c9ab5d58202bb25 100644
|
| --- a/webkit/browser/quota/storage_monitor.h
|
| +++ b/storage/browser/quota/storage_monitor.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_QUOTA_STORAGE_MONITOR_H_
|
| -#define WEBKIT_BROWSER_QUOTA_STORAGE_MONITOR_H_
|
| +#ifndef STORAGE_BROWSER_QUOTA_STORAGE_MONITOR_H_
|
| +#define STORAGE_BROWSER_QUOTA_STORAGE_MONITOR_H_
|
|
|
| #include <map>
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| -#include "webkit/browser/quota/storage_observer.h"
|
| +#include "storage/browser/quota/storage_observer.h"
|
|
|
| namespace content {
|
| class StorageMonitorTestBase;
|
| @@ -177,4 +177,4 @@ class STORAGE_EXPORT_PRIVATE StorageMonitor {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_QUOTA_STORAGE_MONITOR_H_
|
| +#endif // STORAGE_BROWSER_QUOTA_STORAGE_MONITOR_H_
|
|
|