Chromium Code Reviews| Index: chrome/browser/ui/webui/options/options_sync_setup_handler.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/options/options_sync_setup_handler.cc (revision 117871) |
| +++ chrome/browser/ui/webui/options/options_sync_setup_handler.cc (working copy) |
| @@ -6,6 +6,7 @@ |
| #include "chrome/browser/profiles/profile.h" |
| #include "chrome/browser/sync/profile_sync_service.h" |
| +#include "content/browser/webui/web_ui.h" |
| OptionsSyncSetupHandler::OptionsSyncSetupHandler( |
| ProfileManager* profile_manager) : SyncSetupHandler(profile_manager) { |