Chromium Code Reviews

Side by Side Diff: chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.h

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETTING S_PRIVATE_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETTING S_PRIVATE_DELEGATE_H_
6 #define CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETTING S_PRIVATE_DELEGATE_H_ 6 #define CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETTING S_PRIVATE_DELEGATE_H_
7 7
8 #include "base/memory/scoped_vector.h"
8 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
9 #include "base/prefs/pref_change_registrar.h" 10 #include "base/prefs/pref_change_registrar.h"
10 #include "chrome/browser/spellchecker/spellcheck_custom_dictionary.h" 11 #include "chrome/browser/spellchecker/spellcheck_custom_dictionary.h"
11 #include "chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h" 12 #include "chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h"
12 #include "chrome/common/extensions/api/language_settings_private.h" 13 #include "chrome/common/extensions/api/language_settings_private.h"
13 #include "components/keyed_service/core/keyed_service.h" 14 #include "components/keyed_service/core/keyed_service.h"
14 #include "content/public/browser/notification_observer.h" 15 #include "content/public/browser/notification_observer.h"
15 #include "content/public/browser/notification_registrar.h" 16 #include "content/public/browser/notification_registrar.h"
16 #include "extensions/browser/event_router.h" 17 #include "extensions/browser/event_router.h"
17 18
(...skipping 88 matching lines...)
106 content::NotificationRegistrar notification_registrar_; 107 content::NotificationRegistrar notification_registrar_;
107 108
108 PrefChangeRegistrar pref_change_registrar_; 109 PrefChangeRegistrar pref_change_registrar_;
109 110
110 DISALLOW_COPY_AND_ASSIGN(LanguageSettingsPrivateDelegate); 111 DISALLOW_COPY_AND_ASSIGN(LanguageSettingsPrivateDelegate);
111 }; 112 };
112 113
113 } // namespace extensions 114 } // namespace extensions
114 115
115 #endif // CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETT INGS_PRIVATE_DELEGATE_H_ 116 #endif // CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETT INGS_PRIVATE_DELEGATE_H_
OLDNEW

Powered by Google App Engine