diff options
Diffstat (limited to 'ppapi/tests/test_memory.h')
-rw-r--r-- | ppapi/tests/test_memory.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ppapi/tests/test_memory.h b/ppapi/tests/test_memory.h index 10c8d79..896f1bd 100644 --- a/ppapi/tests/test_memory.h +++ b/ppapi/tests/test_memory.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,10 +7,9 @@ #include <string> +#include "ppapi/c/dev/ppb_memory_dev.h" #include "ppapi/tests/test_case.h" -struct PPB_Memory_Dev; - class TestMemory : public TestCase { public: explicit TestMemory(TestingInstance* instance) : TestCase(instance) {} @@ -28,4 +27,3 @@ class TestMemory : public TestCase { }; #endif // PPAPI_TEST_TEST_VAR_H_ - |