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

Unified Diff: cc/single_thread_proxy.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/single_thread_proxy.h
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
index 91e0810d07cea9f51469f85d88621330ccd5084f..f91d7b6b004b5ceaae2dd5476fc59edd4ac037be 100644
--- a/cc/single_thread_proxy.h
+++ b/cc/single_thread_proxy.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 CCSingleThreadProxy_h
-#define CCSingleThreadProxy_h
+#ifndef CC_SINGLE_THREAD_PROXY_H_
+#define CC_SINGLE_THREAD_PROXY_H_
#include <limits>
@@ -134,4 +134,4 @@ private:
} // namespace cc
-#endif
+#endif // CC_SINGLE_THREAD_PROXY_H_

Powered by Google App Engine
This is Rietveld 408576698