| Index: gpu/command_buffer/service/common_decoder.h | 
| =================================================================== | 
| --- gpu/command_buffer/service/common_decoder.h	(revision 67161) | 
| +++ gpu/command_buffer/service/common_decoder.h	(working copy) | 
| @@ -73,7 +73,7 @@ | 
|  | 
| // Sets the bucket data from a string. Strings are passed NULL terminated to | 
| // distinguish between empty string and no string. | 
| -    void SetFromString(const std::string& str); | 
| +    void SetFromString(const char* str); | 
|  | 
| // Gets the bucket data as a string. Strings are passed NULL terminated to | 
| // distrinquish between empty string and no string. Returns False if there | 
|  |