| Index: content/browser/renderer_host/backing_store_win.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/backing_store_win.cc (revision 0)
|
| +++ content/browser/renderer_host/backing_store_win.cc (working copy)
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/renderer_host/backing_store_win.h"
|
| +#include "content/browser/renderer_host/backing_store_win.h"
|
|
|
| #include "app/surface/transport_dib.h"
|
| #include "base/command_line.h"
|
| -#include "chrome/browser/renderer_host/render_process_host.h"
|
| -#include "chrome/browser/renderer_host/render_widget_host.h"
|
| #include "chrome/common/chrome_switches.h"
|
| +#include "content/browser/renderer_host/render_process_host.h"
|
| +#include "content/browser/renderer_host/render_widget_host.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "ui/gfx/gdi_util.h"
|
|
|
|
|