| Index: base/prefs/pref_service.h
|
| diff --git a/base/prefs/pref_service.h b/base/prefs/pref_service.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..aced2f0b4907a223f654882b5e6b89e80eef69d5
|
| --- /dev/null
|
| +++ b/base/prefs/pref_service.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/pref_service.h"
|
|
|