remove extraneous using namespace android and deprecate utils/Log.h

am: 6b2787121c

Change-Id: I1c2e5311a126295a98650dde433c111b22d894b5
This commit is contained in:
Tom Cherry
2017-07-13 16:13:55 +00:00
committed by android-build-merger

View File

@@ -4,7 +4,7 @@
//#define LOG_NDEBUG 0
#define LOG_TAG "WVCdm"
#include <utils/Log.h>
#include <log/log.h>
#include "WVGenericCryptoInterface.h"
@@ -12,7 +12,6 @@
namespace wvdrm {
using namespace android;
using namespace std;
using namespace wvcdm;