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

Unified Diff: chrome/browser/ui/webui/md_settings_ui.h

Issue 1015533019: Add settings:: namespace to MdSettingsUi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Builds successfully. 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
Index: chrome/browser/ui/webui/md_settings_ui.h
diff --git a/chrome/browser/ui/webui/md_settings_ui.h b/chrome/browser/ui/webui/md_settings_ui.h
deleted file mode 100644
index 8ad796b774e3fc6a3b2a97e1f9fe2206e723aa7d..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/md_settings_ui.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_WEBUI_MD_SETTINGS_UI_H_
-#define CHROME_BROWSER_UI_WEBUI_MD_SETTINGS_UI_H_
-
-#include "chrome/browser/ui/webui/options/core_options_handler.h"
-#include "chrome/browser/ui/webui/options/options_ui.h"
-#include "content/public/browser/web_ui_controller.h"
-
-// The WebUI handler for chrome://md-settings.
-class MdSettingsUI : public content::WebUIController,
- public options::OptionsPageUIHandlerHost {
- public:
- explicit MdSettingsUI(content::WebUI* web_ui);
- ~MdSettingsUI() override;
-
- // OptionsPageUIHandlerHost:
- void InitializeHandlers() override;
-
- private:
- options::CoreOptionsHandler* core_handler_;
-
- DISALLOW_COPY_AND_ASSIGN(MdSettingsUI);
-};
-
-#endif // CHROME_BROWSER_UI_WEBUI_MD_SETTINGS_UI_H_
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/browser/ui/webui/md_settings_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698