Index: ios/chrome/app/safe_mode_crashing_modules_config.h |
diff --git a/ios/chrome/app/safe_mode_crashing_modules_config.h b/ios/chrome/app/safe_mode_crashing_modules_config.h |
index d918edcc213d7797b5d82c4450e91f2210ae8846..f03a918747aea47e08ba082905e7ebb05c7c2a6e 100644 |
--- a/ios/chrome/app/safe_mode_crashing_modules_config.h |
+++ b/ios/chrome/app/safe_mode_crashing_modules_config.h |
@@ -7,12 +7,10 @@ |
#import <Foundation/Foundation.h> |
-#import "ios/chrome/browser/updatable_config/updatable_dictionary.h" |
- |
-// Class for updatable configuration file singleton. This singleton object |
-// is created when +sharedInstance is called for the first time and the default |
+// Class for configuration file singleton. This singleton object is created |
+// when +sharedInstance is called for the first time and the default |
// configuration is loaded from a plist bundled into the application. |
-@interface SafeModeCrashingModulesConfig : UpdatableDictionary |
+@interface SafeModeCrashingModulesConfig : NSObject |
// Returns singleton object for this class. |
+ (SafeModeCrashingModulesConfig*)sharedInstance; |