| Index: content/browser/renderer_host/backing_store_skia.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/backing_store_skia.cc (revision 0)
|
| +++ content/browser/renderer_host/backing_store_skia.cc (working copy)
|
| @@ -2,9 +2,9 @@
|
| // 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_skia.h"
|
| +#include "content/browser/renderer_host/backing_store_skia.h"
|
|
|
| -#include "chrome/browser/renderer_host/render_process_host.h"
|
| +#include "content/browser/renderer_host/render_process_host.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "ui/gfx/canvas.h"
|
|
|