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

Unified Diff: chrome/renderer/mock_render_process.cc

Issue 6718027: Refactor: Move app/surface to ui/gfx/surface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 9 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 | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/nacl_desc_wrapper_chrome.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/mock_render_process.cc
diff --git a/chrome/renderer/mock_render_process.cc b/chrome/renderer/mock_render_process.cc
index a93084d28611b80f39a9b671e9011c50ad5dc792..cb4c184ea44d27858756a1617e59ed84c7b2b3bb 100644
--- a/chrome/renderer/mock_render_process.cc
+++ b/chrome/renderer/mock_render_process.cc
@@ -1,11 +1,11 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/renderer/mock_render_process.h"
-#include "app/surface/transport_dib.h"
#include "ui/gfx/rect.h"
+#include "ui/gfx/surface/transport_dib.h"
MockRenderProcess::MockRenderProcess()
: transport_dib_next_sequence_number_(0) {
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/nacl_desc_wrapper_chrome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698