Clean comments, namespace, and variable names
This CL removes TODOs and email addresses from comments, unifies some namespaces and cleans a few variable names. It is a copy of multiple CLs on the widevine side. Change-Id: I1bb649096476a5001a56d746427399de6a88ff69
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
// A simple and partial implementation of scoped_ptr class.
|
||||
// The implementation is copied from gtest/include/gtest/internal/gtest-port.h.
|
||||
//
|
||||
#ifndef CDM_BASE_SCOPED_PTR_H_
|
||||
#define CDM_BASE_SCOPED_PTR_H_
|
||||
#ifndef WVCDM_CORE_SCOPED_PTR_H_
|
||||
#define WVCDM_CORE_SCOPED_PTR_H_
|
||||
|
||||
#include "wv_cdm_types.h"
|
||||
|
||||
@@ -61,4 +61,4 @@ class scoped_ptr {
|
||||
|
||||
}; // namespace wvcdm
|
||||
|
||||
#endif // CDM_BASE_SCOPED_PTR_H_
|
||||
#endif // WVCDM_CORE_SCOPED_PTR_H_
|
||||
|
||||
Reference in New Issue
Block a user