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

Unified Diff: ui/surface/transport_dib_mac.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 | « ui/surface/transport_dib_linux.cc ('k') | ui/surface/transport_dib_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/transport_dib_mac.cc
diff --git a/ui/gfx/surface/transport_dib_mac.cc b/ui/surface/transport_dib_mac.cc
similarity index 95%
rename from ui/gfx/surface/transport_dib_mac.cc
rename to ui/surface/transport_dib_mac.cc
index 23c6f37dca0fad4f388802e5305a68971b7006c6..37ce877ea50ac3dfc795b45bfc5ef1cb7313ce9a 100644
--- a/ui/gfx/surface/transport_dib_mac.cc
+++ b/ui/surface/transport_dib_mac.cc
@@ -1,11 +1,11 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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 "ui/gfx/surface/transport_dib.h"
+#include "ui/surface/transport_dib.h"
-#include <unistd.h>
#include <sys/stat.h>
+#include <unistd.h>
#include "base/eintr_wrapper.h"
#include "base/logging.h"
« no previous file with comments | « ui/surface/transport_dib_linux.cc ('k') | ui/surface/transport_dib_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698