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

Unified Diff: webkit/glue/glue_util.cc

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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: webkit/glue/glue_util.cc
===================================================================
--- webkit/glue/glue_util.cc (revision 9942)
+++ webkit/glue/glue_util.cc (working copy)
@@ -3,24 +3,29 @@
// found in the LICENSE file.
#include "config.h"
-#include <string>
+#include "base/compiler_specific.h"
#include "webkit/glue/glue_util.h"
-#include "base/compiler_specific.h"
-#include "base/gfx/rect.h"
-#include "base/string_piece.h"
-#include "base/string_util.h"
-#include "base/sys_string_conversions.h"
+#include <string>
+
MSVC_PUSH_WARNING_LEVEL(0);
-#undef LOG
#include "CString.h"
#include "IntRect.h"
#include "PlatformString.h"
+#include "KURL.h"
MSVC_POP_WARNING();
-#include "KURL.h"
+#undef LOG
+#include "base/compiler_specific.h"
+#include "base/gfx/rect.h"
+#include "base/string_piece.h"
+#include "base/string_util.h"
+#include "base/sys_string_conversions.h"
+#include "googleurl/src/gurl.h"
+
+
namespace webkit_glue {
// String conversions ----------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698