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

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

Issue 22362007: Relocate last remnants of webkit/renderer/media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make chromeos crypto dep explicit. Created 7 years, 4 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/libvpx_cdm_video_decoder.cc ('k') | media/crypto/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/linked_ptr.h
diff --git a/webkit/renderer/media/crypto/ppapi/linked_ptr.h b/media/cdm/ppapi/linked_ptr.h
similarity index 96%
rename from webkit/renderer/media/crypto/ppapi/linked_ptr.h
rename to media/cdm/ppapi/linked_ptr.h
index 5dd61fe3a76f8b4b417a6730c3de797b206184c1..f3eccbbcf0e5d8e614b12ecf3f7a99e374f15e31 100644
--- a/webkit/renderer/media/crypto/ppapi/linked_ptr.h
+++ b/media/cdm/ppapi/linked_ptr.h
@@ -37,8 +37,8 @@
// - is thread safe for copying and deletion
// - supports weak_ptrs
-#ifndef WEBKIT_RENDERER_MEDIA_CRYPTO_PPAPI_LINKED_PTR_H_
-#define WEBKIT_RENDERER_MEDIA_CRYPTO_PPAPI_LINKED_PTR_H_
+#ifndef MEDIA_CDM_PPAPI_LINKED_PTR_H_
+#define MEDIA_CDM_PPAPI_LINKED_PTR_H_
#include "ppapi/cpp/logging.h"
@@ -182,4 +182,4 @@ linked_ptr<T> make_linked_ptr(T* ptr) {
return linked_ptr<T>(ptr);
}
-#endif // WEBKIT_RENDERER_MEDIA_CRYPTO_PPAPI_LINKED_PTR_H_
+#endif // MEDIA_CDM_PPAPI_LINKED_PTR_H_
« no previous file with comments | « media/cdm/ppapi/libvpx_cdm_video_decoder.cc ('k') | media/crypto/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698