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

Unified Diff: cc/scheduler_state_machine.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix completion_event.h and settings.h 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
Index: cc/scheduler_state_machine.h
diff --git a/cc/scheduler_state_machine.h b/cc/scheduler_state_machine.h
index ef338d267c05f0b14f6cb919191dc55b7a9eec32..a3947761ffa940e246bc4c3a9829472e41041290 100644
--- a/cc/scheduler_state_machine.h
+++ b/cc/scheduler_state_machine.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 CCSchedulerStateMachine_h
-#define CCSchedulerStateMachine_h
+#ifndef CC_SCHEDULER_STATE_MACHINE_H_
+#define CC_SCHEDULER_STATE_MACHINE_H_
#include <string>
@@ -159,4 +159,4 @@ protected:
}
-#endif // CCSchedulerStateMachine_h
+#endif // CC_SCHEDULER_STATE_MACHINE_H_
« cc/completion_event.h ('K') | « cc/scheduler.h ('k') | cc/scoped_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698