Commit fa35d947 authored by Hayato Ito's avatar Hayato Ito Committed by Commit Bot

Move frame_tree_node_id.{cc,h} for a nice diff

This is a preparation CL for https://crrev.com/c/1628495 so that
it has a nice diff.

Bug: 623464

Change-Id: I3adcb0796ea619804f61a7cc2a69821300b2bf60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628627
Commit-Queue: Hayato Ito <hayato@chromium.org>
Reviewed-by: default avatarMatt Falkenhagen <falken@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663000}
parent 350d467f
......@@ -893,8 +893,6 @@ jumbo_source_set("browser") {
"frame_host/frame_tree_node.h",
"frame_host/frame_tree_node_blame_context.cc",
"frame_host/frame_tree_node_blame_context.h",
"frame_host/frame_tree_node_id_registry.cc",
"frame_host/frame_tree_node_id_registry.h",
"frame_host/history_navigation_ablation_study_navigation_throttle.cc",
"frame_host/history_navigation_ablation_study_navigation_throttle.h",
"frame_host/input/input_injector_impl.cc",
......@@ -1882,6 +1880,8 @@ jumbo_source_set("browser") {
"web_contents/aura/gesture_nav_simple.h",
"web_contents/aura/types.cc",
"web_contents/aura/types.h",
"web_contents/frame_tree_node_id_registry.cc",
"web_contents/frame_tree_node_id_registry.h",
"web_contents/web_contents_impl.cc",
"web_contents/web_contents_impl.h",
"web_contents/web_contents_view.h",
......
......@@ -6,9 +6,9 @@
#include "base/bind.h"
#include "content/browser/frame_host/frame_tree_node.h"
#include "content/browser/frame_host/frame_tree_node_id_registry.h"
#include "content/browser/loader/resource_message_filter.h"
#include "content/browser/service_worker/service_worker_provider_host.h"
#include "content/browser/web_contents/frame_tree_node_id_registry.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/common/net/url_request_service_worker_data.h"
#include "content/common/net/url_request_user_data.h"
......
......@@ -11,12 +11,12 @@
#include "content/browser/browsing_data/clear_site_data_handler.h"
#include "content/browser/devtools/devtools_url_loader_interceptor.h"
#include "content/browser/frame_host/frame_tree_node.h"
#include "content/browser/frame_host/frame_tree_node_id_registry.h"
#include "content/browser/loader/resource_dispatcher_host_impl.h"
#include "content/browser/ssl/ssl_client_auth_handler.h"
#include "content/browser/ssl/ssl_error_handler.h"
#include "content/browser/ssl/ssl_manager.h"
#include "content/browser/ssl_private_key_impl.h"
#include "content/browser/web_contents/frame_tree_node_id_registry.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_task_traits.h"
......
......@@ -17,7 +17,6 @@
#include "base/task/post_task.h"
#include "base/time/time.h"
#include "content/browser/bad_message.h"
#include "content/browser/frame_host/frame_tree_node_id_registry.h"
#include "content/browser/interface_provider_filtering.h"
#include "content/browser/loader/navigation_loader_interceptor.h"
#include "content/browser/renderer_interface_binders.h"
......@@ -30,6 +29,7 @@
#include "content/browser/service_worker/service_worker_type_converters.h"
#include "content/browser/service_worker/service_worker_version.h"
#include "content/browser/url_loader_factory_getter.h"
#include "content/browser/web_contents/frame_tree_node_id_registry.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/common/service_worker/service_worker_types.h"
#include "content/common/service_worker/service_worker_utils.h"
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/frame_host/frame_tree_node_id_registry.h"
#include "content/browser/web_contents/frame_tree_node_id_registry.h"
#include "content/browser/frame_host/frame_tree_node.h"
......
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_FRAME_HOST_FRAME_TREE_NODE_ID_REGISTRY_H_
#define CONTENT_BROWSER_FRAME_HOST_FRAME_TREE_NODE_ID_REGISTRY_H_
#ifndef CONTENT_BROWSER_WEB_CONTENTS_FRAME_TREE_NODE_ID_REGISTRY_H_
#define CONTENT_BROWSER_WEB_CONTENTS_FRAME_TREE_NODE_ID_REGISTRY_H_
#include <map>
......@@ -52,4 +52,4 @@ class FrameTreeNodeIdRegistry {
} // namespace content
#endif // CONTENT_BROWSER_FRAME_HOST_FRAME_TREE_NODE_ID_REGISTRY_H_
#endif // CONTENT_BROWSER_WEB_CONTENTS_FRAME_TREE_NODE_ID_REGISTRY_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