Index: services/preferences/public/cpp/tracked_preference_validation_delegate.typemap |
diff --git a/services/preferences/public/cpp/tracked_preference_validation_delegate.typemap b/services/preferences/public/cpp/tracked_preference_validation_delegate.typemap |
deleted file mode 100644 |
index 117fd367c4f998b68f2d22d71e1421d62b343d0f..0000000000000000000000000000000000000000 |
--- a/services/preferences/public/cpp/tracked_preference_validation_delegate.typemap |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-# Copyright 2017 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-mojom = "//services/preferences/public/interfaces/tracked_preference_validation_delegate.mojom" |
-public_headers = |
- [ "//components/user_prefs/tracked/pref_hash_store_transaction.h" ] |
-traits_headers = [ "//services/preferences/public/cpp/tracked_preference_validation_delegate_struct_traits.h" ] |
-sources = [ |
- "//services/preferences/public/cpp/tracked_preference_validation_delegate_struct_traits.cc", |
- "//services/preferences/public/cpp/tracked_preference_validation_delegate_struct_traits.h", |
-] |
- |
-type_mappings = [ "prefs.mojom.TrackedPreferenceValidationDelegate.ValueState=::PrefHashStoreTransaction::ValueState" ] |