| Index: base/location.h
|
| diff --git a/base/location.h b/base/location.h
|
| index fab8f4f54738ed792be68eed9829612bec085e75..74a38eb3052310e6f7e2620d94f4f83ea1e5260e 100644
|
| --- a/base/location.h
|
| +++ b/base/location.h
|
| @@ -60,10 +60,10 @@ class BASE_EXPORT Location {
|
| void WriteFunctionName(std::string* output) const;
|
|
|
| private:
|
| - const char* const function_name_;
|
| - const char* const file_name_;
|
| - const int line_number_;
|
| - const void* const program_counter_;
|
| + const char* function_name_;
|
| + const char* file_name_;
|
| + int line_number_;
|
| + const void* program_counter_;
|
| };
|
|
|
| BASE_EXPORT const void* GetProgramCounter();
|
|
|