Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index 5a77f6926a1de2a2f87dbf5c04a2f1754cafdcec..fdbc43d36740dbd3e46e6e90b79bca482cb9f633 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_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 FakeCCProxy_h |
-#define FakeCCProxy_h |
+#ifndef CC_TEST_FAKE_PROXY_H_ |
+#define CC_TEST_FAKE_PROXY_H_ |
#include "cc/layer_tree_host.h" |
#include "cc/proxy.h" |
@@ -43,6 +43,6 @@ private: |
RendererCapabilities m_capabilities; |
}; |
-} |
+} // namespace cc |
-#endif |
+#endif // CC_TEST_FAKE_PROXY_H_ |