remove extraneous using namespace android and deprecate utils/Log.h
am: 6b2787121c
Change-Id: I1c2e5311a126295a98650dde433c111b22d894b5
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
//#define LOG_NDEBUG 0
|
//#define LOG_NDEBUG 0
|
||||||
#define LOG_TAG "WVCdm"
|
#define LOG_TAG "WVCdm"
|
||||||
#include <utils/Log.h>
|
#include <log/log.h>
|
||||||
|
|
||||||
#include "WVGenericCryptoInterface.h"
|
#include "WVGenericCryptoInterface.h"
|
||||||
|
|
||||||
@@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
namespace wvdrm {
|
namespace wvdrm {
|
||||||
|
|
||||||
using namespace android;
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace wvcdm;
|
using namespace wvcdm;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user