Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1195)

Unified Diff: Source/modules/quota/DeprecatedStorageInfo.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/quota/DeprecatedStorageInfo.h ('k') | Source/modules/quota/DeprecatedStorageQuota.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/DeprecatedStorageInfo.cpp
diff --git a/Source/modules/quota/DeprecatedStorageInfo.cpp b/Source/modules/quota/DeprecatedStorageInfo.cpp
index 53da7d47386baaa6417b12947f86f348cd2d064a..8f053ba74027a4bfe90acee4b9a6d37616affb0e 100644
--- a/Source/modules/quota/DeprecatedStorageInfo.cpp
+++ b/Source/modules/quota/DeprecatedStorageInfo.cpp
@@ -39,7 +39,7 @@
#include "modules/quota/StorageQuotaCallback.h"
#include "modules/quota/StorageUsageCallback.h"
-namespace WebCore {
+namespace blink {
DeprecatedStorageInfo::DeprecatedStorageInfo()
{
@@ -95,4 +95,4 @@ void DeprecatedStorageInfo::trace(Visitor* visitor)
visitor->trace(m_persistentStorage);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/quota/DeprecatedStorageInfo.h ('k') | Source/modules/quota/DeprecatedStorageQuota.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698