Commit df154e3e authored by Miyoung Shin's avatar Miyoung Shin Committed by Commit Bot

Rename traits in //chrome

This CL renames *_struct_traits.* to *_mojom_traits.* in //chrome

*_struct_traits.* => *_mojom_traits.*

Bug: 806965
Change-Id: I99494c2ac8160149abd126b36995551df9585b27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730152Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Cr-Commit-Position: refs/heads/master@{#683279}
parent 000a3068
per-file *_struct_traits*.*=set noparent
per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_mojom_traits*.*=set noparent
per-file *_mojom_traits*.*=file://ipc/SECURITY_OWNERS
......@@ -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 "chrome/browser/chromeos/arc/print/print_struct_traits.h"
#include "chrome/browser/chromeos/arc/print/print_mojom_traits.h"
#include "base/strings/stringprintf.h"
#include "printing/units.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 CHROME_BROWSER_CHROMEOS_ARC_PRINT_PRINT_STRUCT_TRAITS_H_
#define CHROME_BROWSER_CHROMEOS_ARC_PRINT_PRINT_STRUCT_TRAITS_H_
#ifndef CHROME_BROWSER_CHROMEOS_ARC_PRINT_PRINT_MOJOM_TRAITS_H_
#define CHROME_BROWSER_CHROMEOS_ARC_PRINT_PRINT_MOJOM_TRAITS_H_
#include <string>
#include <vector>
......@@ -76,4 +76,4 @@ struct StructTraits<arc::mojom::PrinterCapabilitiesDataView,
} // namespace mojo
#endif // CHROME_BROWSER_CHROMEOS_ARC_PRINT_PRINT_STRUCT_TRAITS_H_
#endif // CHROME_BROWSER_CHROMEOS_ARC_PRINT_PRINT_MOJOM_TRAITS_H_
......@@ -139,7 +139,7 @@ static_library("common") {
"google_url_loader_throttle.h",
"heap_profiler_controller.cc",
"heap_profiler_controller.h",
"instant_struct_traits.h",
"instant_mojom_traits.h",
"logging_chrome.cc",
"logging_chrome.h",
"mac/app_shim_launch.h",
......
......@@ -23,8 +23,8 @@ per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_type_converter*.*=set noparent
per-file *_type_converter*.*=file://ipc/SECURITY_OWNERS
per-file *_struct_traits*.*=set noparent
per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_mojom_traits*.*=set noparent
per-file *_mojom_traits*.*=file://ipc/SECURITY_OWNERS
per-file *.typemap=set noparent
per-file *.typemap=file://ipc/SECURITY_OWNERS
......
......@@ -5,7 +5,7 @@
// Multiply-included file, hence no include guard.
#include "chrome/common/common_param_traits_macros.h"
#include "chrome/common/instant_struct_traits.h"
#include "chrome/common/instant_mojom_traits.h"
#include "services/network/public/cpp/p2p_param_traits.h"
#undef CHROME_COMMON_MAC_APP_SHIM_PARAM_TRAITS_H_
#include "chrome/common/mac/app_shim_param_traits.h"
......
......@@ -6,8 +6,8 @@ per-file *_messages*.h=file://ipc/SECURITY_OWNERS
per-file *.mojom=set noparent
per-file *.mojom=file://ipc/SECURITY_OWNERS
per-file *_struct_traits*.*=set noparent
per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_mojom_traits*.*=set noparent
per-file *_mojom_traits*.*=file://ipc/SECURITY_OWNERS
# COMPONENT: Platform>Extensions
# TEAM: chromium-extensions@chromium.org
......@@ -9,7 +9,7 @@ public_headers = [
"//components/ntp_tiles/ntp_tile_impression.h",
"//components/omnibox/common/omnibox_focus_state.h",
]
traits_headers = [ "//chrome/common/instant_struct_traits.h" ]
traits_headers = [ "//chrome/common/instant_mojom_traits.h" ]
deps = [
"//chrome/common",
"//ipc",
......
......@@ -4,9 +4,9 @@ public_headers = [
"//printing/page_range.h",
"//ui/gfx/geometry/size.h",
]
traits_headers = [ "//chrome/browser/chromeos/arc/print/print_struct_traits.h" ]
traits_headers = [ "//chrome/browser/chromeos/arc/print/print_mojom_traits.h" ]
sources = [
"//chrome/browser/chromeos/arc/print/print_struct_traits.cc",
"//chrome/browser/chromeos/arc/print/print_mojom_traits.cc",
]
deps = []
public_deps = [
......
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