Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5399)

Unified Diff: chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/options/sync_setup_handler.cc ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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); }
« no previous file with comments | « chrome/browser/ui/webui/options/sync_setup_handler.cc ('k') | chrome/browser/ui/webui/policy_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698