Commit 265f0e1a authored by Alex Gough's avatar Alex Gough Committed by Commit Bot

Moves all chrome://sandbox webui cpp files to sandbox/.

This collects all chrome://sandbox webui plumbing files into a single
subdirectory.

No functional changes.

Bug: 997273
Change-Id: Idf78f2423d96986e487fa2a383e5af3dce7b74c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835679
Commit-Queue: Alex Gough <ajgo@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702209}
parent 36ec7c8b
...@@ -613,8 +613,8 @@ jumbo_split_static_library("ui") { ...@@ -613,8 +613,8 @@ jumbo_split_static_library("ui") {
if (is_win || is_android || is_linux) { if (is_win || is_android || is_linux) {
sources += [ sources += [
"webui/sandbox_internals_ui.cc", "webui/sandbox/sandbox_internals_ui.cc",
"webui/sandbox_internals_ui.h", "webui/sandbox/sandbox_internals_ui.h",
] ]
} }
......
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
#endif #endif
#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID) #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID)
#include "chrome/browser/ui/webui/sandbox_internals_ui.h" #include "chrome/browser/ui/webui/sandbox/sandbox_internals_ui.h"
#endif #endif
#if defined(USE_NSS_CERTS) && defined(USE_AURA) #if defined(USE_NSS_CERTS) && defined(USE_AURA)
......
file://sandbox/OWNERS
# COMPONENT: Internals>Sandbox
# TEAM: security-dev@chromium.org
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/ui/webui/sandbox_internals_ui.h" #include "chrome/browser/ui/webui/sandbox/sandbox_internals_ui.h"
#include <string> #include <string>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_WEBUI_SANDBOX_INTERNALS_UI_H_ #ifndef CHROME_BROWSER_UI_WEBUI_SANDBOX_SANDBOX_INTERNALS_UI_H_
#define CHROME_BROWSER_UI_WEBUI_SANDBOX_INTERNALS_UI_H_ #define CHROME_BROWSER_UI_WEBUI_SANDBOX_SANDBOX_INTERNALS_UI_H_
#include "base/macros.h" #include "base/macros.h"
#include "content/public/browser/web_ui_controller.h" #include "content/public/browser/web_ui_controller.h"
...@@ -28,4 +28,4 @@ class SandboxInternalsUI : public content::WebUIController { ...@@ -28,4 +28,4 @@ class SandboxInternalsUI : public content::WebUIController {
DISALLOW_COPY_AND_ASSIGN(SandboxInternalsUI); DISALLOW_COPY_AND_ASSIGN(SandboxInternalsUI);
}; };
#endif // CHROME_BROWSER_UI_WEBUI_SANDBOX_INTERNALS_UI_H_ #endif // CHROME_BROWSER_UI_WEBUI_SANDBOX_SANDBOX_INTERNALS_UI_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment