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

Unified Diff: cc/base/float_quad_unittest.cc

Issue 12472028: Part 1 of cc/ directory shuffles: base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/base/completion_event.h ('k') | cc/base/hash_pair.h » ('j') | cc/cc.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/float_quad_unittest.cc
diff --git a/cc/float_quad_unittest.cc b/cc/base/float_quad_unittest.cc
similarity index 98%
rename from cc/float_quad_unittest.cc
rename to cc/base/float_quad_unittest.cc
index a13c582cb633a7862ae6c3d008808487918c10ef..fa2f970dd40f98392e9dcf4b7ae254dfaad9dcda 100644
--- a/cc/float_quad_unittest.cc
+++ b/cc/base/float_quad_unittest.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/math_util.h"
+#include "cc/base/math_util.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "ui/gfx/rect_f.h"
#include "ui/gfx/quad_f.h"
+#include "ui/gfx/rect_f.h"
#include "ui/gfx/transform.h"
namespace cc {
« no previous file with comments | « cc/base/completion_event.h ('k') | cc/base/hash_pair.h » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698