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

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: Lint. 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
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 94%
rename from app/surface/transport_dib_mac.cc
rename to ui/gfx/surface/transport_dib_mac.cc
index 8ea81ae26a0aa9732d69e89c04a06118a466bda0..69ce2a795cfaabe40a2a67de290703f15fcb04c1 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>

Powered by Google App Engine
This is Rietveld 408576698