diff options
Diffstat (limited to 'cc/test/fake_proxy.h')
-rw-r--r-- | cc/test/fake_proxy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h index 5a77f69..fdbc43d 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_ |