Fix old 'google' namespace in example

PiperOrigin-RevId: 254203473
Change-Id: I04401074585769f3692f320f5aa0dbbecb51ebcc
This commit is contained in:
Christian Blichmann 2019-06-20 08:37:35 -07:00 committed by Copybara-Service
parent 4b9be4e78a
commit 6ca744b959

View File

@ -202,7 +202,7 @@ sapi::Status test_addition(sapi::Sandbox* sandbox, int a, int b, int c) {
} // namespace } // namespace
int main(int argc, char** argv) { int main(int argc, char** argv) {
google::ParseCommandLineFlags(&argc, &argv, true); gflags::ParseCommandLineFlags(&argc, &argv, true);
google::InitGoogleLogging(argv[0]); google::InitGoogleLogging(argv[0]);
sapi::Status status; sapi::Status status;