Commit 4fee1cd8 authored by Julie Jeongeun Kim's avatar Julie Jeongeun Kim Committed by Commit Bot

OnionSoup: Move web_database.mojom from public/platform/modules to public/mojom

This CL moves web_database.mojom from public/platform/modules to
public/mojom/ to gather mojom files to mojom folder and updates
paths for web_database.mojom.

Bug: 919393
Change-Id: I730b8230193f959db19fc966be1058b9e8d59f5e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1530315Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com>
Cr-Commit-Position: refs/heads/master@{#642424}
parent 5ec7f215
......@@ -139,7 +139,6 @@ include_rules = [
"+third_party/blink/public/platform/modules/frame_sinks/embedded_frame_sink.mojom.h",
"+third_party/blink/public/platform/modules/webauthn/authenticator.mojom.h",
"+third_party/blink/public/platform/modules/webauthn/virtual_authenticator.mojom.h",
"+third_party/blink/public/platform/modules/webdatabase/web_database.mojom.h",
"+third_party/blink/public/platform/modules/websockets/websocket.mojom.h",
"+third_party/blink/public/web/commit_result.mojom.h",
"+third_party/blink/public/web/devtools_frontend.mojom.h",
......
......@@ -10,9 +10,10 @@
#include "base/callback_forward.h"
#include "base/strings/string16.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "storage/browser/database/database_tracker.h"
#include "third_party/blink/public/platform/modules/webdatabase/web_database.mojom.h"
#include "third_party/blink/public/mojom/webdatabase/web_database.mojom.h"
namespace url {
class Origin;
......
......@@ -28,7 +28,7 @@
#include "third_party/blink/public/common/user_agent/user_agent_metadata.h"
#include "third_party/blink/public/mojom/cache_storage/cache_storage.mojom.h"
#include "third_party/blink/public/mojom/loader/code_cache.mojom.h"
#include "third_party/blink/public/platform/modules/webdatabase/web_database.mojom.h"
#include "third_party/blink/public/mojom/webdatabase/web_database.mojom.h"
#if defined(OS_LINUX)
#include "components/services/font/public/cpp/font_loader.h" // nogncheck
......
......@@ -7,7 +7,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "third_party/blink/public/platform/modules/webdatabase/web_database.mojom.h"
#include "third_party/blink/public/mojom/webdatabase/web_database.mojom.h"
#include "third_party/blink/public/platform/web_database_observer.h"
namespace base {
......
......@@ -656,7 +656,6 @@ mojom("mojo_bindings") {
"platform/modules/bluetooth/web_bluetooth.mojom",
"platform/modules/idle/idle_manager.mojom",
"platform/modules/notifications/notification_service.mojom",
"platform/modules/webdatabase/web_database.mojom",
"web/commit_result.mojom",
"web/devtools_frontend.mojom",
"web/selection_menu_behavior.mojom",
......
......@@ -105,6 +105,7 @@ mojom("mojom_platform") {
"v8_cache_options.mojom",
"wake_lock/wake_lock.mojom",
"webaudio/audio_context_manager.mojom",
"webdatabase/web_database.mojom",
"worker/shared_worker.mojom",
"worker/shared_worker_client.mojom",
"worker/shared_worker_connector.mojom",
......
......@@ -7,7 +7,7 @@
#include <stdint.h>
#include "third_party/blink/public/platform/modules/webdatabase/web_database.mojom-blink.h"
#include "third_party/blink/public/mojom/webdatabase/web_database.mojom-blink.h"
namespace blink {
......
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