Fixing build: GetViewContainer changed name from under me. :)
[chromium-blink-merge.git] / chrome / browser / browser_prefs.h
blob9cdb3db75a302790a03ebf2636677de20c35b020
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_BROWSER_PREFS_H__
6 #define CHROME_BROWSER_BROWSER_PREFS_H__
8 class PrefService;
10 namespace browser {
12 // Makes the PrefService objects aware of all the prefs.
13 void RegisterAllPrefs(PrefService* user_prefs, PrefService* local_state);
17 #endif // CHROME_BROWSER_BROWSER_PREFS_H__