ui: Move surface/ directory out of gfx/, up to ui/.

BUG=104040
[email protected]
[email protected]

Review URL: https://chromiumcodereview.appspot.com/10351002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135232 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/renderer/render_process_impl.cc b/content/renderer/render_process_impl.cc
index ca56ce6f..4eec091 100644
--- a/content/renderer/render_process_impl.cc
+++ b/content/renderer/render_process_impl.cc
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
+#include "content/renderer/render_process_impl.h"
+
 #include "build/build_config.h"
 
 #if defined(OS_WIN)
@@ -10,8 +12,6 @@
 #include <mlang.h>
 #endif
 
-#include "content/renderer/render_process_impl.h"
-
 #include "base/basictypes.h"
 #include "base/command_line.h"
 #include "base/compiler_specific.h"
@@ -25,10 +25,10 @@
 #include "ipc/ipc_channel.h"
 #include "ipc/ipc_message_utils.h"
 #include "skia/ext/platform_canvas.h"
-#include "ui/gfx/surface/transport_dib.h"
+#include "ui/surface/transport_dib.h"
+#include "webkit/glue/webkit_glue.h"
 #include "webkit/plugins/npapi/plugin_instance.h"
 #include "webkit/plugins/npapi/plugin_lib.h"
-#include "webkit/glue/webkit_glue.h"
 
 #if defined(OS_MACOSX)
 #include "base/mac/mac_util.h"