f7683d1c5a
PR: 213502 Changes: https://github.com/google/certificate-transparency/commits/master
11 lines
367 B
C++
11 lines
367 B
C++
--- cpp/server/ct-server_v2.cc.orig 2016-10-14 17:11:57 UTC
|
|
+++ cpp/server/ct-server_v2.cc
|
|
@@ -66,7 +66,7 @@ using cert_trans::TreeSigner;
|
|
using cert_trans::UrlFetcher;
|
|
using ct::ClusterNodeState;
|
|
using ct::SignedTreeHead;
|
|
-using google::RegisterFlagValidator;
|
|
+using gflags::RegisterFlagValidator;
|
|
using std::bind;
|
|
using std::function;
|
|
using std::make_shared;
|