| 54 | namespace port { |
| 55 | |
| 56 | void InitGoogle(const char* usage, int* argc, char*** argv, bool remove_flags) { |
| 57 | ::InitGoogle(usage, argc, argv, remove_flags); |
| 58 | } |
| 59 | |
| 60 | void InitGoogleWasDoneElsewhere() { |
| 61 | // Nothing need be done since ::CheckInitGoogleIsDone() is aware of other |