| Index: chrome/browser/chromeos/extensions/echo_private_api.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/extensions/echo_private_api.cc (revision 179687)
|
| +++ chrome/browser/chromeos/extensions/echo_private_api.cc (working copy)
|
| @@ -40,13 +40,13 @@
|
| } // namespace
|
|
|
|
|
| -GetRegistrationCodeFunction::GetRegistrationCodeFunction() {
|
| -}
|
| +EchoPrivateGetRegistrationCodeFunction::
|
| + EchoPrivateGetRegistrationCodeFunction() {}
|
|
|
| -GetRegistrationCodeFunction::~GetRegistrationCodeFunction() {
|
| -}
|
| +EchoPrivateGetRegistrationCodeFunction::
|
| + ~EchoPrivateGetRegistrationCodeFunction() {}
|
|
|
| -bool GetRegistrationCodeFunction::RunImpl() {
|
| +bool EchoPrivateGetRegistrationCodeFunction::RunImpl() {
|
| std::string type;
|
| EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &type));
|
| SetResult(GetValueForRegistrationCodeType(type));
|
|
|