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

Unified Diff: Source/modules/imagebitmap/ImageBitmapFactories.h

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
Index: Source/modules/imagebitmap/ImageBitmapFactories.h
diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.h b/Source/modules/imagebitmap/ImageBitmapFactories.h
index 18d0a31f646f3fcb5de6c4f9e6d7e08157bbcdf1..3cc1e303d661419b14e92008c81d036fd01fb86f 100644
--- a/Source/modules/imagebitmap/ImageBitmapFactories.h
+++ b/Source/modules/imagebitmap/ImageBitmapFactories.h
@@ -41,7 +41,7 @@
#include "wtf/Forward.h"
#include "wtf/HashSet.h"
-namespace WebCore {
+namespace blink {
class Blob;
class CanvasRenderingContext2D;
@@ -123,6 +123,6 @@ private:
PersistentHeapHashSetWillBeHeapHashSet<Member<ImageBitmapLoader> > m_pendingLoaders;
};
-} // namespace WebCore
+} // namespace blink
#endif // ImageBitmapFactories_h
« no previous file with comments | « Source/modules/geolocation/testing/InternalsGeolocation.cpp ('k') | Source/modules/imagebitmap/ImageBitmapFactories.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698