diff options
Diffstat (limited to 'components/prefs/pref_store.cc')
-rw-r--r-- | components/prefs/pref_store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/prefs/pref_store.cc b/components/prefs/pref_store.cc index f286a33..2ae0afc 100644 --- a/components/prefs/pref_store.cc +++ b/components/prefs/pref_store.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/prefs/pref_store.h" +#include "components/prefs/pref_store.h" bool PrefStore::HasObservers() const { return false; |