Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: ppapi/tests/test_flash_drm.h

Issue 15491006: Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_flash_device_id.cc ('k') | ppapi/tests/test_flash_drm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ppapi/tests/test_flash_device_id.cc ('k') | ppapi/tests/test_flash_drm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698