mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
move using to namespace
This commit is contained in:
parent
77c44f9c87
commit
9eb518c57a
|
@ -18,14 +18,14 @@
|
||||||
#include "helper.h" // NOLINT(build/include)
|
#include "helper.h" // NOLINT(build/include)
|
||||||
#include "tiffio.h" // NOLINT(build/include)
|
#include "tiffio.h" // NOLINT(build/include)
|
||||||
|
|
||||||
|
namespace {
|
||||||
|
|
||||||
using ::sapi::IsOk;
|
using ::sapi::IsOk;
|
||||||
using ::testing::Eq;
|
using ::testing::Eq;
|
||||||
using ::testing::IsFalse;
|
using ::testing::IsFalse;
|
||||||
using ::testing::IsTrue;
|
using ::testing::IsTrue;
|
||||||
using ::testing::NotNull;
|
using ::testing::NotNull;
|
||||||
|
|
||||||
namespace {
|
|
||||||
|
|
||||||
struct ChannelLimits {
|
struct ChannelLimits {
|
||||||
uint8_t min_red;
|
uint8_t min_red;
|
||||||
uint8_t max_red;
|
uint8_t max_red;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user