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

Unified Diff: Source/platform/blob/BlobData.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/audio/mac/FFTFrameMac.cpp ('k') | Source/platform/blob/BlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobData.h
diff --git a/Source/platform/blob/BlobData.h b/Source/platform/blob/BlobData.h
index 7a8f0d6328e4a6fe4a8e8776316e2bd8481dda9a..d36f2bd61780c470f0027b0bfc99da6cb981c25a 100644
--- a/Source/platform/blob/BlobData.h
+++ b/Source/platform/blob/BlobData.h
@@ -38,7 +38,7 @@
#include "wtf/ThreadSafeRefCounted.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class BlobDataHandle;
@@ -232,6 +232,6 @@ private:
const long long m_size;
};
-} // namespace WebCore
+} // namespace blink
#endif // BlobData_h
« no previous file with comments | « Source/platform/audio/mac/FFTFrameMac.cpp ('k') | Source/platform/blob/BlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698