Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Unified Diff: content/browser/renderer_host/backing_store_x.cc

Issue 6532073: Move core pieces of browser\renderer_host to src\content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698