| Index: content/browser/renderer_host/backing_store_x.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/backing_store_x.cc (revision 0)
|
| +++ content/browser/renderer_host/backing_store_x.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // 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_x.h"
|
| +#include "content/browser/renderer_host/backing_store_x.h"
|
|
|
| #include <cairo-xlib.h>
|
| #include <gtk/gtk.h>
|
| @@ -23,7 +23,7 @@
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/time.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/SkBitmap.h"
|
| #include "ui/base/x/x11_util.h"
|
|
|