Chromium Code Reviews| Index: base/linux_util.cc |
| diff --git a/base/linux_util.cc b/base/linux_util.cc |
| index a24f3111f3d33dc766ead29125c7dbe9f252e0a2..c0757fa073477c776f44519c978c7498c9dcca45 100644 |
| --- a/base/linux_util.cc |
| +++ b/base/linux_util.cc |
| @@ -171,6 +171,7 @@ std::string GetLinuxDistro() { |
| } |
| #else |
| NOTIMPLEMENTED(); |
| + return "Unknown"; |
| #endif |
| } |