Make all the windows code compile for Chrome 31.

This commit is contained in:
Cheng Zhao 2013-12-17 14:01:40 +08:00
parent 6e079d8bc4
commit 0215c2fbee
13 changed files with 47 additions and 46 deletions

View file

@ -5,10 +5,10 @@
#include "browser/ui/message_box.h"
#include "base/callback.h"
#include "base/message_loop.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "browser/native_window.h"
#include "skia/ext/skia_utils_win.h"
#include "ui/views/controls/button/label_button.h"