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

Unified Diff: ui/compositor/reflector.h

Issue 45963003: Move test-only ContextFactory implementations out of production targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert bad ui/base changes Created 7 years, 2 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/layer_unittest.cc ('k') | ui/compositor/test/context_factories_for_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/reflector.h
diff --git a/ui/compositor/reflector.h b/ui/compositor/reflector.h
index e6fb94c8482f765f67cbc060bf5ee61cfad9502b..41456957ffbf11989ad48229abca8e1a76419b17 100644
--- a/ui/compositor/reflector.h
+++ b/ui/compositor/reflector.h
@@ -5,12 +5,11 @@
#ifndef UI_COMPOSITOR_REFLECTOR_H_
#define UI_COMPOSITOR_REFLECTOR_H_
-#include "ui/compositor/compositor_export.h"
+#include "base/memory/ref_counted.h"
namespace ui {
-class COMPOSITOR_EXPORT Reflector
piman 2013/10/30 04:47:10 Really? It's used outside of compositor/ (in parti
- : public base::RefCountedThreadSafe<Reflector> {
+class Reflector : public base::RefCountedThreadSafe<Reflector> {
public:
Reflector() {}
« no previous file with comments | « ui/compositor/layer_unittest.cc ('k') | ui/compositor/test/context_factories_for_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698