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

Unified Diff: cc/surfaces/surface_sequence_generator_unittest.cc

Issue 2397103002: Move SurfaceSequenceGenerator => cc/surfaces (Closed)
Patch Set: Created 4 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
Index: cc/surfaces/surface_sequence_generator_unittest.cc
diff --git a/cc/trees/surface_sequence_generator_unittest.cc b/cc/surfaces/surface_sequence_generator_unittest.cc
similarity index 92%
rename from cc/trees/surface_sequence_generator_unittest.cc
rename to cc/surfaces/surface_sequence_generator_unittest.cc
index 3e4c066e8e1d2d809b21ba5c010041a0f78c908d..b7946c61e8a00fa83994f8917eed3be1078767c2 100644
--- a/cc/trees/surface_sequence_generator_unittest.cc
+++ b/cc/surfaces/surface_sequence_generator_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/trees/surface_sequence_generator.h"
+#include "cc/surfaces/surface_sequence_generator.h"
#include "cc/surfaces/surface_sequence.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698