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

Unified Diff: cc/base/math_util.h

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
Index: cc/base/math_util.h
diff --git a/cc/math_util.h b/cc/base/math_util.h
similarity index 97%
rename from cc/math_util.h
rename to cc/base/math_util.h
index 24a155d74422c31ea8a3cd8f1a7c54bfc8e85e88..27ecc7fdeff125c612113cf76405cb84aec35d89 100644
--- a/cc/math_util.h
+++ b/cc/base/math_util.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_MATH_UTIL_H_
-#define CC_MATH_UTIL_H_
+#ifndef CC_BASE_MATH_UTIL_H_
+#define CC_BASE_MATH_UTIL_H_
#include <cmath>
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "cc/cc_export.h"
-#include "ui/gfx/point_f.h"
+#include "cc/base/cc_export.h"
#include "ui/gfx/point3_f.h"
+#include "ui/gfx/point_f.h"
#include "ui/gfx/size.h"
#include "ui/gfx/transform.h"
@@ -138,4 +138,4 @@ public:
} // namespace cc
-#endif // CC_MATH_UTIL_H_
+#endif // CC_BASE_MATH_UTIL_H_
« no previous file with comments | « cc/base/hash_pair_unittest.cc ('k') | cc/base/math_util.cc » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698