| Index: ppapi/tests/test_flash_drm.h
|
| diff --git a/ppapi/tests/test_flash_device_id.h b/ppapi/tests/test_flash_drm.h
|
| similarity index 57%
|
| rename from ppapi/tests/test_flash_device_id.h
|
| rename to ppapi/tests/test_flash_drm.h
|
| index 10e50bfe34b52e07b4cd8befade058b2373922e3..964a80e8d45619e43b58cc6611f146b64f5b05a7 100644
|
| --- a/ppapi/tests/test_flash_device_id.h
|
| +++ b/ppapi/tests/test_flash_drm.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef PAPPI_TESTS_TEST_FLASH_DEVICE_ID_H_
|
| -#define PAPPI_TESTS_TEST_FLASH_DEVICE_ID_H_
|
| +#ifndef PAPPI_TESTS_TEST_FLASH_DRM_H_
|
| +#define PAPPI_TESTS_TEST_FLASH_DRM_H_
|
|
|
| #include <string>
|
|
|
| #include "ppapi/tests/test_case.h"
|
| #include "ppapi/utility/completion_callback_factory.h"
|
|
|
| -class TestFlashDeviceID : public TestCase {
|
| +class TestFlashDRM : public TestCase {
|
| public:
|
| - explicit TestFlashDeviceID(TestingInstance* instance);
|
| + explicit TestFlashDRM(TestingInstance* instance);
|
|
|
| // TestCase implementation.
|
| virtual void RunTests(const std::string& filter);
|
| @@ -20,7 +20,7 @@ class TestFlashDeviceID : public TestCase {
|
| private:
|
| std::string TestGetDeviceID();
|
|
|
| - pp::CompletionCallbackFactory<TestFlashDeviceID> callback_factory_;
|
| + pp::CompletionCallbackFactory<TestFlashDRM> callback_factory_;
|
| };
|
|
|
| -#endif // PAPPI_TESTS_TEST_FLASH_DEVICE_ID_H_
|
| +#endif // PAPPI_TESTS_TEST_FLASH_DRM_H_
|
|
|