Chromium Code Reviews| Index: google_apis/google_api_keys.cc |
| diff --git a/google_apis/google_api_keys.cc b/google_apis/google_api_keys.cc |
| index fc8484a676e8619adac6baa71386a77158033ccd..640b2ad3e52de4be503c7890bd0dc1d633b85c0f 100644 |
| --- a/google_apis/google_api_keys.cc |
| +++ b/google_apis/google_api_keys.cc |
| @@ -183,8 +183,9 @@ class APIKeyCache { |
| std::string GetSpdyProxyAuthValue() { |
| #if defined(SPDY_PROXY_AUTH_VALUE) |
| return SPDY_PROXY_AUTH_VALUE; |
| -#endif |
| +#else |
| return std::string(); |
| +#endif |
| } |
| private: |