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: components/viz/display_compositor/display_compositor_test_suite.h

Issue 2873243002: Move components/display_compositor to components/viz/display_compositor (Closed)
Patch Set: Rebase Created 3 years, 7 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
Index: components/viz/display_compositor/display_compositor_test_suite.h
diff --git a/components/display_compositor/display_compositor_test_suite.h b/components/viz/display_compositor/display_compositor_test_suite.h
similarity index 74%
rename from components/display_compositor/display_compositor_test_suite.h
rename to components/viz/display_compositor/display_compositor_test_suite.h
index 75faf4dcee365135edac728e83a6ce517aee43d5..e2a755b2ec25dc14f38e47f72df9055485c6fedc 100644
--- a/components/display_compositor/display_compositor_test_suite.h
+++ b/components/viz/display_compositor/display_compositor_test_suite.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 COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_TEST_SUITE_H_
-#define COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_TEST_SUITE_H_
+#ifndef COMPONENTS_VIZ_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_TEST_SUITE_H_
+#define COMPONENTS_VIZ_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_TEST_SUITE_H_
#include <memory>
@@ -15,7 +15,7 @@ namespace base {
class MessageLoop;
}
-namespace display_compositor {
+namespace viz {
class DisplayCompositorTestSuite : public base::TestSuite {
public:
@@ -34,6 +34,6 @@ class DisplayCompositorTestSuite : public base::TestSuite {
DISALLOW_COPY_AND_ASSIGN(DisplayCompositorTestSuite);
};
-} // namespace display_compositor
+} // namespace viz
-#endif // COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_TEST_SUITE_H_
+#endif // COMPONENTS_VIZ_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_TEST_SUITE_H_

Powered by Google App Engine
This is Rietveld 408576698