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

Unified Diff: cc/test/scheduler_test_common.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/render_pass_test_common.h ('k') | cc/test/test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/scheduler_test_common.h
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
index e43e4b81fd86fd2e8dd25d0cb400f1b90d88b9a3..af1bd322bde4b02f9dfaa7543248ebf835aab674 100644
--- a/cc/test/scheduler_test_common.h
+++ b/cc/test/scheduler_test_common.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 CCSchedulerTestCommon_h
-#define CCSchedulerTestCommon_h
+#ifndef CC_TEST_SCHEDULER_TEST_COMMON_H_
+#define CC_TEST_SCHEDULER_TEST_COMMON_H_
#include "base/memory/scoped_ptr.h"
#include "cc/delay_based_time_source.h"
@@ -122,4 +122,4 @@ public:
}
-#endif // CCSchedulerTestCommon_h
+#endif // CC_TEST_SCHEDULER_TEST_COMMON_H_
« no previous file with comments | « cc/test/render_pass_test_common.h ('k') | cc/test/test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698