1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include "chrome/browser/ui/webui/settings/settings_page_ui_handler.h"
6 
7 #include "content/public/browser/web_ui.h"
8 
9 namespace settings {
10 
SettingsPageUIHandler()11 SettingsPageUIHandler::SettingsPageUIHandler() {}
12 
~SettingsPageUIHandler()13 SettingsPageUIHandler::~SettingsPageUIHandler() {}
14 
15 }  // namespace settings
16