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

Unified Diff: Source/web/WebImageDecoder.cpp

Issue 471503002: Cleanup namespace usage in Source/web/Web[I-Z]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/web/WebImageCache.cpp ('k') | Source/web/WebInputElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebImageDecoder.cpp
diff --git a/Source/web/WebImageDecoder.cpp b/Source/web/WebImageDecoder.cpp
index 1b0d5791a8c4a0440986284790e630b178606045..28a2dc3ed1f20a67858e772463b4486ef9cf3b70 100644
--- a/Source/web/WebImageDecoder.cpp
+++ b/Source/web/WebImageDecoder.cpp
@@ -42,8 +42,6 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
-using namespace blink;
-
namespace blink {
void WebImageDecoder::reset()
@@ -53,7 +51,7 @@ void WebImageDecoder::reset()
void WebImageDecoder::init(Type type)
{
- size_t maxDecodedBytes = blink::Platform::current()->maxDecodedImageBytes();
+ size_t maxDecodedBytes = Platform::current()->maxDecodedImageBytes();
switch (type) {
case TypeBMP:
« no previous file with comments | « Source/web/WebImageCache.cpp ('k') | Source/web/WebInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698