| Index: ios/crnet/crnet_environment.h
|
| diff --git a/ios/crnet/crnet_environment.h b/ios/crnet/crnet_environment.h
|
| index b007fbbde86f27a94c8924d45549bb75b852f86b..71afb17aa449b79a0fe0f68535b6a9c811884b92 100644
|
| --- a/ios/crnet/crnet_environment.h
|
| +++ b/ios/crnet/crnet_environment.h
|
| @@ -36,7 +36,7 @@ class CrNetEnvironment {
|
| static void Initialize();
|
|
|
| // |user_agent_product_name| will be used to generate the user-agent.
|
| - CrNetEnvironment(std::string user_agent_product_name);
|
| + CrNetEnvironment(const std::string& user_agent_product_name);
|
| ~CrNetEnvironment();
|
|
|
| // Installs this CrNet environment so requests are intercepted.
|
|
|