| Index: chrome/browser/views/frame/browser_frame.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_frame.cc (revision 15686)
|
| +++ chrome/browser/views/frame/browser_frame.cc (working copy)
|
| @@ -8,12 +8,12 @@
|
| #include <shellapi.h>
|
|
|
| #include "app/resource_bundle.h"
|
| +#include "app/win_util.h"
|
| #include "chrome/browser/browser_list.h"
|
| #include "chrome/browser/views/frame/browser_root_view.h"
|
| #include "chrome/browser/views/frame/browser_view.h"
|
| #include "chrome/browser/views/frame/glass_browser_frame_view.h"
|
| #include "chrome/browser/views/frame/opaque_browser_frame_view.h"
|
| -#include "chrome/common/win_util.h"
|
| #include "grit/theme_resources.h"
|
| #include "views/window/window_delegate.h"
|
|
|
|
|