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

Unified Diff: Source/platform/blob/BlobRegistry.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/blob/BlobData.cpp ('k') | Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobRegistry.h
diff --git a/Source/platform/blob/BlobRegistry.h b/Source/platform/blob/BlobRegistry.h
index c55a0f03ba0eab550aa2d57e6c525e335ec4879c..3920a09375f8ab231725337956d3636441a6810b 100644
--- a/Source/platform/blob/BlobRegistry.h
+++ b/Source/platform/blob/BlobRegistry.h
@@ -36,7 +36,7 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
-namespace WebCore {
+namespace blink {
class BlobData;
class BlobDataHandle;
@@ -63,6 +63,6 @@ public:
static void unregisterStreamURL(const KURL&);
};
-} // namespace WebCore
+} // namespace blink
#endif // BlobRegistry_h
« no previous file with comments | « Source/platform/blob/BlobData.cpp ('k') | Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698