| Index: net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| diff --git a/net/url_request/sdch_dictionary_fetcher_unittest.cc b/net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| index 69adfed768007007729b1ca202d4475987266e87..383e916b82d21665460f4591af75840926d2bae8 100644
|
| --- a/net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| +++ b/net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| @@ -20,8 +20,8 @@
|
|
|
| namespace net {
|
|
|
| -static const char* kSampleBufferContext = "This is a sample buffer.";
|
| -static const char* kTestDomain = "top.domain.test";
|
| +static const char kSampleBufferContext[] = "This is a sample buffer.";
|
| +static const char kTestDomain[] = "top.domain.test";
|
|
|
| class URLRequestSpecifiedResponseJob : public URLRequestSimpleJob {
|
| public:
|
|
|