remove extraneous using namespace android and deprecate utils/Log.h am: 6b2787121c

am: 6e8c82a416

Change-Id: Ic5c65fb6000a3a87feba28836d326618a347752f
This commit is contained in:
Tom Cherry
2017-07-13 16:16:51 +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;