| Index: chrome/service/cloud_print/cloud_print_auth.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_auth.cc b/chrome/service/cloud_print/cloud_print_auth.cc
|
| index 53e263d318d169da84c949a770e6c9d77562494c..c8032c98cb5f0084f6deb5cbef78caa91df55ef3 100644
|
| --- a/chrome/service/cloud_print/cloud_print_auth.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_auth.cc
|
| @@ -31,9 +31,6 @@ CloudPrintAuth::CloudPrintAuth(
|
| }
|
| }
|
|
|
| -CloudPrintAuth::~CloudPrintAuth() {
|
| -}
|
| -
|
| void CloudPrintAuth::AuthenticateWithLsid(
|
| const std::string& lsid,
|
| const std::string& last_robot_refresh_token,
|
| @@ -203,3 +200,5 @@ std::string CloudPrintAuth::GetAuthHeader() {
|
| return header;
|
| }
|
|
|
| +CloudPrintAuth::~CloudPrintAuth() {}
|
| +
|
|
|