| Index: cc/test/layer_test_common.h
|
| diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
|
| index 7b6309f7779abfe18fb1b0288d96bdf5a268d4bb..4b6ba83858508d78fe2b35d0bd7bbbcbf1fba321 100644
|
| --- a/cc/test/layer_test_common.h
|
| +++ b/cc/test/layer_test_common.h
|
| @@ -13,6 +13,7 @@ namespace gfx {
|
| class Rect;
|
| }
|
|
|
| +namespace cc {
|
| namespace LayerTestCommon {
|
|
|
| extern const char* quadString;
|
| @@ -20,4 +21,6 @@ extern const char* quadString;
|
| void verifyQuadsExactlyCoverRect(const cc::QuadList&, const gfx::Rect&);
|
|
|
| } // namespace LayerTestCommon
|
| +} // namespace cc
|
| +
|
| #endif // CC_TEST_LAYER_TEST_COMMON_H_
|
|
|