| Index: Source/modules/webdatabase/QuotaTracker.cpp
|
| diff --git a/Source/modules/webdatabase/QuotaTracker.cpp b/Source/modules/webdatabase/QuotaTracker.cpp
|
| index 2ee2b44153a01c7d8e029a88024e7b5cb93606c9..4048148a258b9e06aa80e3d77a5b2002e2a05013 100644
|
| --- a/Source/modules/webdatabase/QuotaTracker.cpp
|
| +++ b/Source/modules/webdatabase/QuotaTracker.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/Threading.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| QuotaTracker& QuotaTracker::instance()
|
| {
|
| @@ -86,4 +86,4 @@ void QuotaTracker::resetSpaceAvailableToOrigin(const String& originIdentifier)
|
| m_spaceAvailableToOrigins.remove(originIdentifier);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|