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

Unified Diff: cc/test/geometry_test_utils.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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/test/fake_web_scrollbar_theme_geometry.h ('k') | cc/test/layer_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/geometry_test_utils.h
diff --git a/cc/test/geometry_test_utils.h b/cc/test/geometry_test_utils.h
index 9eaf52ada7c971d4aa1ef818d2e6a3261aeffc0e..7877a64986b5e2d19583310decdc7672b943a0c2 100644
--- a/cc/test/geometry_test_utils.h
+++ b/cc/test/geometry_test_utils.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 CCGeometryTestUtils_h
-#define CCGeometryTestUtils_h
+#ifndef CC_TEST_GEOMETRY_TEST_UTILS_H_
+#define CC_TEST_GEOMETRY_TEST_UTILS_H_
namespace WebKit {
class WebTransformationMatrix;
@@ -55,4 +55,4 @@ void ExpectTransformationMatrixEq(const WebKit::WebTransformationMatrix& expecte
} // namespace WebKitTests
-#endif // CCGeometryTestUtils_h
+#endif // CC_TEST_GEOMETRY_TEST_UTILS_H_
« no previous file with comments | « cc/test/fake_web_scrollbar_theme_geometry.h ('k') | cc/test/layer_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698