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

Unified Diff: ui/gfx/surface/transport_dib.h

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/surface.gyp ('k') | ui/gfx/surface/transport_dib_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/surface/transport_dib.h
diff --git a/app/surface/transport_dib.h b/ui/gfx/surface/transport_dib.h
similarity index 98%
rename from app/surface/transport_dib.h
rename to ui/gfx/surface/transport_dib.h
index d13168a9b516315e85bb1068fcd3922df1f74edd..1834eec61d1682db65cfdb669df0f5217087e078 100644
--- a/app/surface/transport_dib.h
+++ b/ui/gfx/surface/transport_dib.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APP_SURFACE_TRANSPORT_DIB_H_
-#define APP_SURFACE_TRANSPORT_DIB_H_
+#ifndef UI_GFX_SURFACE_TRANSPORT_DIB_H_
+#define UI_GFX_SURFACE_TRANSPORT_DIB_H_
#pragma once
#include "base/basictypes.h"
@@ -199,4 +199,4 @@ class TransportDIB {
DISALLOW_COPY_AND_ASSIGN(TransportDIB);
};
-#endif // APP_SURFACE_TRANSPORT_DIB_H_
+#endif // UI_GFX_SURFACE_TRANSPORT_DIB_H_
« no previous file with comments | « ui/gfx/surface/surface.gyp ('k') | ui/gfx/surface/transport_dib_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698