Chromium Code Reviews| Index: debugger/base/debug_system.h |
| diff --git a/debugger/base/debug_system.h b/debugger/base/debug_system.h |
| index fab2ee9a28335de5dcc020ae23479654bbe4085f..6c498b87b9c571dcd928126cc2567c09f2a1779e 100644 |
| --- a/debugger/base/debug_system.h |
| +++ b/debugger/base/debug_system.h |
| @@ -1,9 +1,9 @@ |
| -#pragma once |
| -#include <string> |
| - |
| -namespace debug { |
| -class System { |
| - public: |
| - static std::string GetLastErrorDescription(int error_code = 0); |
| -}; |
| +#pragma once |
| +#include <string> |
| + |
| +namespace debug { |
| +class System { |
| + public: |
| + static std::string GetLastErrorDescription(int error_code = 0); |
| +}; |
| } // namespace debug |