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

Unified Diff: content/test/mock_render_process.cc

Issue 10351002: ui: Move surface/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gpu DEPS Created 8 years, 8 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
« no previous file with comments | « content/renderer/webplugin_delegate_proxy.h ('k') | content/test/render_widget_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_render_process.cc
diff --git a/content/test/mock_render_process.cc b/content/test/mock_render_process.cc
index 3b2d03f1575b2fa8c1ba3a4d6854c82034566cf2..830f5b4793e64a494153982a7d4fa29a37ab9a7a 100644
--- a/content/test/mock_render_process.cc
+++ b/content/test/mock_render_process.cc
@@ -5,7 +5,7 @@
#include "content/test/mock_render_process.h"
#include "ui/gfx/rect.h"
-#include "ui/gfx/surface/transport_dib.h"
+#include "ui/surface/transport_dib.h"
MockRenderProcess::MockRenderProcess()
: transport_dib_next_sequence_number_(0),
« no previous file with comments | « content/renderer/webplugin_delegate_proxy.h ('k') | content/test/render_widget_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698