| Index: base/prefs/public/pref_change_registrar.cc
|
| diff --git a/chrome/browser/api/prefs/pref_change_registrar.cc b/base/prefs/public/pref_change_registrar.cc
|
| similarity index 95%
|
| rename from chrome/browser/api/prefs/pref_change_registrar.cc
|
| rename to base/prefs/public/pref_change_registrar.cc
|
| index 43d2b4a3826a1892867de132bf7d95716d579aec..e7a97919d914e726554a9a7ad02a1d28e4a9db3b 100644
|
| --- a/chrome/browser/api/prefs/pref_change_registrar.cc
|
| +++ b/base/prefs/public/pref_change_registrar.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/api/prefs/pref_change_registrar.h"
|
| +#include "base/prefs/public/pref_change_registrar.h"
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/browser/api/prefs/pref_service_base.h"
|
| +#include "base/prefs/public/pref_service_base.h"
|
|
|
| PrefChangeRegistrar::PrefChangeRegistrar() : service_(NULL) {}
|
|
|
|
|