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