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

Unified Diff: cc/base/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/util.h
diff --git a/cc/util.h b/cc/base/util.h
similarity index 79%
rename from cc/util.h
rename to cc/base/util.h
index 9ec3ff3304e61aa31c4dcf88b723539c73a8e908..b5a58c76b3b1199a4b9ebc0ce0bacc5a5dc78e36 100644
--- a/cc/util.h
+++ b/cc/base/util.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_UTIL_H_
-#define CC_UTIL_H_
+#ifndef CC_BASE_UTIL_H_
+#define CC_BASE_UTIL_H_
namespace cc {
@@ -13,4 +13,4 @@ template <typename T> T RoundUp(T n, T mul) {
} // namespace cc
-#endif // CC_UTIL_H_
+#endif // CC_BASE_UTIL_H_
« no previous file with comments | « cc/base/tiling_data_unittest.cc ('k') | cc/base/worker_pool.h » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698