| Index: chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc b/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
| index 045c1ad7596e9eaff1bf24570f1de5e182a495ba..92fd14df4ea035caee0e663d821ec5276cbc753a 100644
|
| --- a/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc
|
| @@ -227,6 +227,7 @@ class TestWebUI : public content::WebUI {
|
| base::Value* arg2;
|
| };
|
| const std::vector<CallData>& call_data() { return call_data_; }
|
| +
|
| private:
|
| std::vector<CallData> call_data_;
|
| base::string16 temp_string_;
|
| @@ -235,8 +236,7 @@ class TestWebUI : public content::WebUI {
|
| class TestingSyncSetupHandler : public SyncSetupHandler {
|
| public:
|
| TestingSyncSetupHandler(content::WebUI* web_ui, Profile* profile)
|
| - : SyncSetupHandler(NULL),
|
| - profile_(profile) {
|
| + : profile_(profile) {
|
| set_web_ui(web_ui);
|
| }
|
| ~TestingSyncSetupHandler() override { set_web_ui(NULL); }
|
|
|