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

Unified Diff: ui/gfx/surface/transport_dib_mac.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 | « ui/gfx/surface/transport_dib_linux.cc ('k') | ui/gfx/surface/transport_dib_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/surface/transport_dib_mac.cc
diff --git a/app/surface/transport_dib_mac.cc b/ui/gfx/surface/transport_dib_mac.cc
similarity index 95%
rename from app/surface/transport_dib_mac.cc
rename to ui/gfx/surface/transport_dib_mac.cc
index c0dd45716824fb9e776733a399cf9e4da40c7999..268bce1927679d686e2c95898e2c95407d992a70 100644
--- a/app/surface/transport_dib_mac.cc
+++ b/ui/gfx/surface/transport_dib_mac.cc
@@ -1,8 +1,8 @@
-// Copyright (c) 2009 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 "app/surface/transport_dib.h"
+#include "ui/gfx/surface/transport_dib.h"
#include <unistd.h>
#include <sys/stat.h>
« no previous file with comments | « ui/gfx/surface/transport_dib_linux.cc ('k') | ui/gfx/surface/transport_dib_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698