// Copyright 2012 The Chromium Authors // 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_NTP_NEW_TAB_UI_H_ #define CHROME_BROWSER_UI_WEBUI_NTP_NEW_TAB_UI_H_ #include <string> #include "base/memory/raw_ptr.h" #include "base/values.h" #include "content/public/browser/url_data_source.h" #include "content/public/browser/web_ui_controller.h" class GURL; class Profile; // The WebUIController used for the incognito and guest mode New Tab page. class NewTabUI : public content::WebUIController { … }; #endif // CHROME_BROWSER_UI_WEBUI_NTP_NEW_TAB_UI_H_