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

Unified Diff: ui/compositor/compositor_export.h

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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/compositor/compositor.gyp ('k') | ui/compositor/compositor_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor_export.h
diff --git a/ui/gfx/compositor/compositor_export.h b/ui/compositor/compositor_export.h
similarity index 71%
rename from ui/gfx/compositor/compositor_export.h
rename to ui/compositor/compositor_export.h
index 2b1440bc8d3dd462f65c11fd071e2f9912ff249a..7142e1701ea95feece36bfa6a5a9ef52b8084251 100644
--- a/ui/gfx/compositor/compositor_export.h
+++ b/ui/compositor/compositor_export.h
@@ -1,9 +1,9 @@
-// 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.
-#ifndef UI_GFX_COMPOSITOR_COMPOSITOR_EXPORT_H_
-#define UI_GFX_COMPOSITOR_COMPOSITOR_EXPORT_H_
+#ifndef UI_COMPOSITOR_COMPOSITOR_EXPORT_H_
+#define UI_COMPOSITOR_COMPOSITOR_EXPORT_H_
#pragma once
#if defined(COMPONENT_BUILD)
@@ -23,4 +23,4 @@
#define COMPOSITOR_EXPORT
#endif
-#endif // UI_GFX_COMPOSITOR_COMPOSITOR_EXPORT_H_
+#endif // UI_COMPOSITOR_COMPOSITOR_EXPORT_H_
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | ui/compositor/compositor_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698