Index: chrome/browser/chromeos/proxy_config_service_impl_unittest.cc |
diff --git a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc |
index 58f52e1948f3b7a7e70d0bfbcab3b293f744299e..ccdc84e1782d55a9493f89af3ca65f2af5b21422 100644 |
--- a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc |
+++ b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc |
@@ -204,7 +204,7 @@ const struct TestParams { |
}, |
}; // tests |
-const char* kUserProfilePath = "user_profile"; |
+const char kUserProfilePath[] = "user_profile"; |
} // namespace |