mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
11 lines
393 B
C++
11 lines
393 B
C++
--- cpp/server/log_processes.cc.orig 2016-10-14 17:11:57 UTC
|
|
+++ cpp/server/log_processes.cc
|
|
@@ -23,7 +23,7 @@ DEFINE_int32(cleanup_frequency_seconds,
|
|
using cert_trans::Counter;
|
|
using cert_trans::Gauge;
|
|
using cert_trans::Latency;
|
|
-using google::RegisterFlagValidator;
|
|
+using gflags::RegisterFlagValidator;
|
|
using ct::SignedTreeHead;
|
|
using std::function;
|
|
using std::chrono::milliseconds;
|