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

Unified Diff: app/surface/transport_dib_linux.cc

Issue 6312156: Change includes of gfx/* to ui/gfx/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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: app/surface/transport_dib_linux.cc
===================================================================
--- app/surface/transport_dib_linux.cc (revision 73642)
+++ app/surface/transport_dib_linux.cc (working copy)
@@ -10,9 +10,9 @@
#include "app/surface/transport_dib.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
-#include "gfx/size.h"
#include "skia/ext/platform_canvas.h"
#include "ui/base/x/x11_util.h"
+#include "ui/gfx/size.h"
// The shmat system call uses this as it's invalid return address
static void *const kInvalidAddress = (void*) -1;
« no previous file with comments | « app/surface/accelerated_surface_mac.cc ('k') | chrome/browser/accessibility/browser_accessibility_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698