| Index: chrome/browser/prefs/value_map_pref_store.h
|
| ===================================================================
|
| --- chrome/browser/prefs/value_map_pref_store.h (revision 118876)
|
| +++ chrome/browser/prefs/value_map_pref_store.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -6,6 +6,9 @@
|
| #define CHROME_BROWSER_PREFS_VALUE_MAP_PREF_STORE_H_
|
| #pragma once
|
|
|
| +#include <map>
|
| +#include <string>
|
| +
|
| #include "base/basictypes.h"
|
| #include "base/observer_list.h"
|
| #include "chrome/browser/prefs/pref_value_map.h"
|
| @@ -26,6 +29,7 @@
|
| const base::Value** value) const OVERRIDE;
|
| virtual void AddObserver(PrefStore::Observer* observer) OVERRIDE;
|
| virtual void RemoveObserver(PrefStore::Observer* observer) OVERRIDE;
|
| + virtual size_t NumberOfObservers() const OVERRIDE;
|
|
|
| iterator begin();
|
| iterator end();
|
|
|
| Property changes on: chrome/browser/prefs/value_map_pref_store.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|