Index: chromeos/network/network_profile_handler.h |
diff --git a/chromeos/network/network_profile_handler.h b/chromeos/network/network_profile_handler.h |
index 15f5228973e6ea6e69f61b6c115a5e188084ed77..15e4e634ede5cd836fe26afbed2738cd9be0de60 100644 |
--- a/chromeos/network/network_profile_handler.h |
+++ b/chromeos/network/network_profile_handler.h |
@@ -57,7 +57,7 @@ class CHROMEOS_EXPORT NetworkProfileHandler |
// userhash. |
const NetworkProfile* GetDefaultUserProfile() const; |
- static const char kSharedProfilePath[]; |
+ static std::string GetSharedProfilePath(); |
protected: |
friend class ClientCertResolverTest; |