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

Unified Diff: Source/platform/graphics/test/MockImageDecoder.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/graphics/test/MockDiscardablePixelRef.h ('k') | Source/platform/heap/Handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/test/MockImageDecoder.h
diff --git a/Source/platform/graphics/test/MockImageDecoder.h b/Source/platform/graphics/test/MockImageDecoder.h
index d87ad0c7773e5efba07c95f58f8bf70b6a4128e6..65e9003c936f03b3517987a21151b6b324524174 100644
--- a/Source/platform/graphics/test/MockImageDecoder.h
+++ b/Source/platform/graphics/test/MockImageDecoder.h
@@ -28,7 +28,7 @@
#include "platform/image-decoders/ImageDecoder.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
class MockImageDecoderClient {
public:
@@ -144,6 +144,6 @@ private:
IntSize m_decodedSize;
};
-} // namespace WebCore
+} // namespace blink
#endif // MockImageDecoder_h
« no previous file with comments | « Source/platform/graphics/test/MockDiscardablePixelRef.h ('k') | Source/platform/heap/Handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698