| Index: chrome/renderer/user_script_slave.h
|
| diff --git a/chrome/renderer/user_script_slave.h b/chrome/renderer/user_script_slave.h
|
| index 8f1fc9bcc5141e1db66acbbb517e7d027f5ec337..614dd856d9d1dcbf9ed51c88ff995e8fb9cd68e0 100644
|
| --- a/chrome/renderer/user_script_slave.h
|
| +++ b/chrome/renderer/user_script_slave.h
|
| @@ -40,7 +40,7 @@ class UserScriptSlave {
|
| STLElementDeleter<std::vector<UserScript*> > script_deleter_;
|
|
|
| // Greasemonkey API source that is injected with the scripts.
|
| - StringPiece api_js_;
|
| + base::StringPiece api_js_;
|
|
|
| // The line number of the first line of the user script among all of the
|
| // injected javascript. This is used to make reported errors correspond with
|
|
|