| Index: base/prefs/writeable_pref_store.h
|
| diff --git a/base/prefs/writeable_pref_store.h b/base/prefs/writeable_pref_store.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..69bd2cbf290859bb1bbbf77f7df867c23599ab3a
|
| --- /dev/null
|
| +++ b/base/prefs/writeable_pref_store.h
|
| @@ -0,0 +1,7 @@
|
| +// Copyright 2014 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/writeable_pref_store.h"
|
|
|