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

Unified Diff: Source/weborigin/KURL.cpp

Issue 23887002: Header cleanup: don't include system header stdio.h in non-debug builds (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/weborigin/KURL.cpp
diff --git a/Source/weborigin/KURL.cpp b/Source/weborigin/KURL.cpp
index 1a30200ceb85f184e36ed117e975a536c8d05018..617bc8883196f53ef881a47f9908a7a860b21b5f 100644
--- a/Source/weborigin/KURL.cpp
+++ b/Source/weborigin/KURL.cpp
@@ -35,7 +35,6 @@
#include "wtf/text/StringUTF8Adaptor.h"
#include "wtf/text/TextEncoding.h"
#include <algorithm>
-#include <stdio.h>
#include <url/url_util.h>
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698