Index: content/browser/renderer_host/backing_store_mac.mm |
=================================================================== |
--- content/browser/renderer_host/backing_store_mac.mm (revision 0) |
+++ content/browser/renderer_host/backing_store_mac.mm (working copy) |
@@ -4,16 +4,16 @@ |
#import <Cocoa/Cocoa.h> |
-#include "chrome/browser/renderer_host/backing_store_mac.h" |
+#include "content/browser/renderer_host/backing_store_mac.h" |
#include "app/surface/transport_dib.h" |
#include "base/logging.h" |
#include "base/mac/mac_util.h" |
#include "base/mac/scoped_cftyperef.h" |
#include "base/sys_info.h" |
-#include "chrome/browser/renderer_host/render_process_host.h" |
-#include "chrome/browser/renderer_host/render_widget_host.h" |
-#include "chrome/browser/renderer_host/render_widget_host_view.h" |
+#include "content/browser/renderer_host/render_process_host.h" |
+#include "content/browser/renderer_host/render_widget_host.h" |
+#include "content/browser/renderer_host/render_widget_host_view.h" |
#include "skia/ext/platform_canvas.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "third_party/skia/include/core/SkCanvas.h" |