Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Side by Side Diff: chrome/browser/extensions/api/preference/chrome_direct_setting_api.h

Issue 1658793002: Update chrome for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_PREFERENCE_CHROME_DIRECT_SETTING_API_H__ 5 #ifndef CHROME_BROWSER_EXTENSIONS_API_PREFERENCE_CHROME_DIRECT_SETTING_API_H__
6 #define CHROME_BROWSER_EXTENSIONS_API_PREFERENCE_CHROME_DIRECT_SETTING_API_H__ 6 #define CHROME_BROWSER_EXTENSIONS_API_PREFERENCE_CHROME_DIRECT_SETTING_API_H__
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/prefs/pref_change_registrar.h" 9 #include "components/prefs/pref_change_registrar.h"
10 #include "extensions/browser/browser_context_keyed_api_factory.h" 10 #include "extensions/browser/browser_context_keyed_api_factory.h"
11 #include "extensions/browser/event_router.h" 11 #include "extensions/browser/event_router.h"
12 12
13 class Profile; 13 class Profile;
14 14
15 namespace content { 15 namespace content {
16 class BrowserContext; 16 class BrowserContext;
17 } 17 }
18 18
19 namespace extensions { 19 namespace extensions {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 PrefChangeRegistrar registrar_; 56 PrefChangeRegistrar registrar_;
57 Profile* profile_; 57 Profile* profile_;
58 58
59 DISALLOW_COPY_AND_ASSIGN(ChromeDirectSettingAPI); 59 DISALLOW_COPY_AND_ASSIGN(ChromeDirectSettingAPI);
60 }; 60 };
61 61
62 } // namespace chromedirectsetting 62 } // namespace chromedirectsetting
63 } // namespace extensions 63 } // namespace extensions
64 64
65 #endif // CHROME_BROWSER_EXTENSIONS_API_PREFERENCE_CHROME_DIRECT_SETTING_API_H_ _ 65 #endif // CHROME_BROWSER_EXTENSIONS_API_PREFERENCE_CHROME_DIRECT_SETTING_API_H_ _
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698