| 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 ----------------------------------------------------------
 | 
| 
 |