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

Unified Diff: cc/test/test_context_support.h

Issue 50303007: Move test-only stuff from cc/debug/ to cc/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fold cc_test_utils into cc_test_support to fix windows link 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 | « cc/test/test_context_provider.cc ('k') | cc/test/test_context_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_context_support.h
diff --git a/cc/debug/test_context_support.h b/cc/test/test_context_support.h
similarity index 87%
rename from cc/debug/test_context_support.h
rename to cc/test/test_context_support.h
index 067bcaf4f555116da82f738e2a22a28a95a106a5..6c2258efd99f77a37680caf0e7d0b63f7bcff549 100644
--- a/cc/debug/test_context_support.h
+++ b/cc/test/test_context_support.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 CC_DEBUG_TEST_CONTEXT_SUPPORT_H_
-#define CC_DEBUG_TEST_CONTEXT_SUPPORT_H_
+#ifndef CC_TEST_TEST_CONTEXT_SUPPORT_H_
+#define CC_TEST_TEST_CONTEXT_SUPPORT_H_
#include <vector>
@@ -34,4 +34,4 @@ class TestContextSupport : public gpu::ContextSupport {
} // namespace cc
-#endif // CC_DEBUG_TEST_CONTEXT_SUPPORT_H_
+#endif // CC_TEST_TEST_CONTEXT_SUPPORT_H_
« no previous file with comments | « cc/test/test_context_provider.cc ('k') | cc/test/test_context_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698