| Index: base/prefs/default_pref_store.h
|
| diff --git a/base/prefs/default_pref_store.h b/base/prefs/default_pref_store.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e590bf805dda0256836e04ec13eaa7ff160180dc
|
| --- /dev/null
|
| +++ b/base/prefs/default_pref_store.h
|
| @@ -0,0 +1,7 @@
|
| +// 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.
|
| +
|
| +// TODO(brettw) remove this forwarding header when prefs is completely moved to
|
| +// components.
|
| +#include "components/prefs/default_pref_store.h"
|
|
|