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

Unified Diff: cc/input_handler.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/image_layer.h ('k') | cc/io_surface_draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input_handler.h
diff --git a/cc/input_handler.h b/cc/input_handler.h
index f5b2e2336637fbecad780dcd31f79ecd9d100340..5f6a70669f1aa2c51a9703a3c990dcb6fe6fb06a 100644
--- a/cc/input_handler.h
+++ b/cc/input_handler.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 CCInputHandler_h
-#define CCInputHandler_h
+#ifndef CC_INPUT_HANDLER_H_
+#define CC_INPUT_HANDLER_H_
#include "base/basictypes.h"
#include "base/time.h"
@@ -88,4 +88,4 @@ private:
}
-#endif
+#endif // CC_INPUT_HANDLER_H_
« no previous file with comments | « cc/image_layer.h ('k') | cc/io_surface_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698