| Index: Source/platform/graphics/ScaledImageFragment.h
|
| diff --git a/Source/platform/graphics/ScaledImageFragment.h b/Source/platform/graphics/ScaledImageFragment.h
|
| index 6790ed3906aab8f8790158f87b38779804e3e7ed..0b5381a5f6a707b33a089065a4f4f99bf63b7a94 100644
|
| --- a/Source/platform/graphics/ScaledImageFragment.h
|
| +++ b/Source/platform/graphics/ScaledImageFragment.h
|
| @@ -33,7 +33,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // ScaledImageFragment is a scaled version of an image.
|
| class PLATFORM_EXPORT ScaledImageFragment {
|
| @@ -70,6 +70,6 @@ private:
|
| SkBitmap m_bitmap;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|