Backout fe44be80d09f (bug 810332) for Windows build bustage

This commit is contained in:
Nathan Froyd 2012-11-09 21:21:22 -05:00
parent 807fe0935c
commit 3e87e9a863
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
#ifndef BASE_DEBUG_UTIL_H_
#define BASE_DEBUG_UTIL_H_
#include <ostream>
#include <iostream>
#include <vector>
#include "base/basictypes.h"

View File

@ -7,7 +7,7 @@
#include "build/build_config.h"
#include <ostream>
#include <iostream>
#if defined(OS_WIN)
typedef struct tagPOINT POINT;

View File

@ -12,7 +12,7 @@
#ifndef BASE_GFX_RECT_H__
#define BASE_GFX_RECT_H__
#include <ostream>
#include <iostream>
#include "base/gfx/point.h"
#include "base/gfx/size.h"

View File

@ -7,7 +7,7 @@
#include "build/build_config.h"
#include <ostream>
#include <iostream>
#if defined(OS_WIN)
typedef struct tagSIZE SIZE;

View File

@ -4,7 +4,7 @@
// Copied from strings/stringpiece.cc with modifications
#include <algorithm>
#include <ostream>
#include <iostream>
#include "base/string_piece.h"