move using to namespace

This commit is contained in:
Alexandra Latysheva 2020-10-11 11:06:18 +00:00
parent 77c44f9c87
commit 9eb518c57a

View File

@ -18,14 +18,14 @@
#include "helper.h" // NOLINT(build/include)
#include "tiffio.h" // NOLINT(build/include)
namespace {
using ::sapi::IsOk;
using ::testing::Eq;
using ::testing::IsFalse;
using ::testing::IsTrue;
using ::testing::NotNull;
namespace {
struct ChannelLimits {
uint8_t min_red;
uint8_t max_red;