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

Unified Diff: media/cdm/ppapi/ppapi_cdm_adapter.h

Issue 1402413005: Rename cdm_adapter to ppapi_cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename flag Created 5 years, 2 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 | « media/cdm/ppapi/cdm_wrapper.h ('k') | media/cdm/ppapi/ppapi_cdm_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/ppapi_cdm_adapter.h
diff --git a/media/cdm/ppapi/cdm_adapter.h b/media/cdm/ppapi/ppapi_cdm_adapter.h
similarity index 98%
rename from media/cdm/ppapi/cdm_adapter.h
rename to media/cdm/ppapi/ppapi_cdm_adapter.h
index ac150e8e47c0396ef3cdbccfed3f85290b61688b..410cdb53e50a6afb1f1592d78dfb37bc862ebc7d 100644
--- a/media/cdm/ppapi/cdm_adapter.h
+++ b/media/cdm/ppapi/ppapi_cdm_adapter.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 MEDIA_CDM_PPAPI_CDM_ADAPTER_H_
-#define MEDIA_CDM_PPAPI_CDM_ADAPTER_H_
+#ifndef MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_
+#define MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_
#include <string>
#include <vector>
@@ -12,8 +12,8 @@
#include "base/compiler_specific.h"
#include "build/build_config.h"
#include "media/cdm/api/content_decryption_module.h"
+#include "media/cdm/cdm_wrapper.h"
#include "media/cdm/ppapi/cdm_helpers.h"
-#include "media/cdm/ppapi/cdm_wrapper.h"
#include "media/cdm/ppapi/linked_ptr.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/private/pp_content_decryptor.h"
@@ -288,4 +288,4 @@ class CdmAdapter : public pp::Instance,
} // namespace media
-#endif // MEDIA_CDM_PPAPI_CDM_ADAPTER_H_
+#endif // MEDIA_CDM_PPAPI_PPAPI_CDM_ADAPTER_H_
« no previous file with comments | « media/cdm/ppapi/cdm_wrapper.h ('k') | media/cdm/ppapi/ppapi_cdm_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698