mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix old 'google' namespace in example
PiperOrigin-RevId: 254203473 Change-Id: I04401074585769f3692f320f5aa0dbbecb51ebcc
This commit is contained in:
parent
4b9be4e78a
commit
6ca744b959
|
@ -202,7 +202,7 @@ sapi::Status test_addition(sapi::Sandbox* sandbox, int a, int b, int c) {
|
|||
} // namespace
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
google::ParseCommandLineFlags(&argc, &argv, true);
|
||||
gflags::ParseCommandLineFlags(&argc, &argv, true);
|
||||
google::InitGoogleLogging(argv[0]);
|
||||
|
||||
sapi::Status status;
|
||||
|
|
Loading…
Reference in New Issue
Block a user