diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2019-06-04 15:25:02 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-01-29 16:38:49 +0100 |
commit | f2e601dd2215393488d527ced667350d5650295d (patch) | |
tree | 258ffc29e9b75e5781bddc8fc20ce4c3ce8cb79b /chromium | |
parent | d96160c7e5a65e5b3c0f2582b6bcfd8588b8e759 (diff) | |
download | qtwebengine-chromium-f2e601dd2215393488d527ced667350d5650295d.tar.gz |
Don't try to friend yourself
That's just sad.
Change-Id: I447e4b73c953ea9a90a2256d116a750aca044f6d
Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'chromium')
-rw-r--r-- | chromium/ui/base/clipboard/clipboard_format_type.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/ui/base/clipboard/clipboard_format_type.h b/chromium/ui/base/clipboard/clipboard_format_type.h index 796d67704a5..34a2fb24ae9 100644 --- a/chromium/ui/base/clipboard/clipboard_format_type.h +++ b/chromium/ui/base/clipboard/clipboard_format_type.h @@ -94,7 +94,6 @@ struct COMPONENT_EXPORT(BASE_CLIPBOARD_TYPES) ClipboardFormatType { private: friend class base::NoDestructor<ClipboardFormatType>; - friend struct ClipboardFormatType; // Platform-specific glue used internally by the ClipboardFormatType struct. // Each platform should define at least one of each of the following: |