1*a03ca8b9SKrzysztof Kosiński // 2*a03ca8b9SKrzysztof Kosiński // Copyright (C) 2021 The Android Open Source Project 3*a03ca8b9SKrzysztof Kosiński // 4*a03ca8b9SKrzysztof Kosiński // Licensed under the Apache License, Version 2.0 (the "License"); 5*a03ca8b9SKrzysztof Kosiński // you may not use this file except in compliance with the License. 6*a03ca8b9SKrzysztof Kosiński // You may obtain a copy of the License at 7*a03ca8b9SKrzysztof Kosiński // 8*a03ca8b9SKrzysztof Kosiński // http://www.apache.org/licenses/LICENSE-2.0 9*a03ca8b9SKrzysztof Kosiński // 10*a03ca8b9SKrzysztof Kosiński // Unless required by applicable law or agreed to in writing, software 11*a03ca8b9SKrzysztof Kosiński // distributed under the License is distributed on an "AS IS" BASIS, 12*a03ca8b9SKrzysztof Kosiński // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*a03ca8b9SKrzysztof Kosiński // See the License for the specific language governing permissions and 14*a03ca8b9SKrzysztof Kosiński // limitations under the License. 15*a03ca8b9SKrzysztof Kosiński // 16*a03ca8b9SKrzysztof Kosiński 17*a03ca8b9SKrzysztof Kosiński #ifndef __ZUCCHINI_AOSP_BASE_CHECK_OP_H 18*a03ca8b9SKrzysztof Kosiński #define __ZUCCHINI_AOSP_BASE_CHECK_OP_H 19*a03ca8b9SKrzysztof Kosiński 20*a03ca8b9SKrzysztof Kosiński #include <base/logging.h> 21*a03ca8b9SKrzysztof Kosiński 22*a03ca8b9SKrzysztof Kosiński #define FLAG_WIN_SHARE_DELETE FLAG_SHARE_DELETE 23*a03ca8b9SKrzysztof Kosiński 24*a03ca8b9SKrzysztof Kosiński #endif /* __ZUCCHINI_AOSP_BASE_CHECK_OP_H */ 25