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

Unified Diff: Source/platform/image-decoders/bmp/BMPImageDecoder.cpp

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
Index: Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
diff --git a/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp b/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
index aacdd798faa1f999bf6528ad8ef813c8702a37d5..4d0dcc47ce65f6145a106307f9d2e7350ad815b6 100644
--- a/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
+++ b/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
@@ -34,7 +34,7 @@
#include "platform/PlatformInstrumentation.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
// Number of bits in .BMP used to store the file header (doesn't match
// "sizeof(BMPImageDecoder::BitmapFileHeader)" since we omit some fields and
@@ -153,4 +153,4 @@ bool BMPImageDecoder::processFileHeader(size_t* imgDataOffset)
return (fileType == BMAP) || setFailed();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/image-decoders/bmp/BMPImageDecoder.h ('k') | Source/platform/image-decoders/bmp/BMPImageReader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698