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

Unified Diff: public/web/WebImageDecoder.h

Issue 401973003: Rename WebCore namespace to blink in Public (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 | « public/web/WebIconURL.h ('k') | public/web/WebInputElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebImageDecoder.h
diff --git a/public/web/WebImageDecoder.h b/public/web/WebImageDecoder.h
index 724ba85bf8ffe8facd6bf0ed8593220b7f08eed4..d668e4aad16191f17b7e9c5f69fdfab08e52de75 100644
--- a/public/web/WebImageDecoder.h
+++ b/public/web/WebImageDecoder.h
@@ -35,11 +35,11 @@
#include "../platform/WebImage.h"
#include "../platform/WebNonCopyable.h"
-namespace WebCore { class ImageDecoder; }
+namespace blink { class ImageDecoder; }
namespace blink {
-typedef WebCore::ImageDecoder WebImageDecoderPrivate;
+typedef blink::ImageDecoder WebImageDecoderPrivate;
class WebData;
class WebImageDecoder : public WebNonCopyable {
« no previous file with comments | « public/web/WebIconURL.h ('k') | public/web/WebInputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698