Chromium Code Reviews| Index: ipc/ipc_logging.h |
| diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h |
| index ee2f62bdc9d8289c650a2c2a5e10e248ced90112..56c8d1c21dce2cefe7feb167e15d223b2c9d3c35 100644 |
| --- a/ipc/ipc_logging.h |
| +++ b/ipc/ipc_logging.h |
| @@ -46,7 +46,7 @@ class Logging { |
| void SetConsumer(Consumer* consumer); |
| ~Logging(); |
| - static Logging* current(); |
| + static Logging* GetInstance(); |
| // Enable and Disable are NOT cross-process; they only affect the |
| // current thread/process. If you want to modify the value for all |