Chromium Code Reviews| Index: src/policy.cc |
| diff --git a/src/policy.cc b/src/policy.cc |
| index 1f5b9f60f72870010ad9fef0ac208193223935e0..6a75fd91140308e1acec58f79ffee8bd0e7852f9 100644 |
| --- a/src/policy.cc |
| +++ b/src/policy.cc |
| @@ -8,6 +8,7 @@ |
| namespace cashew { |
| +// static |
| Policy* Policy::GetPolicy(const std::string& carrier) { |
| // for now, everyone gets the default policy |
| return new(std::nothrow) DefaultPolicy(carrier); |