| Index: base/prefs/mock_pref_change_callback.cc
|
| diff --git a/chrome/browser/prefs/mock_pref_change_callback.cc b/base/prefs/mock_pref_change_callback.cc
|
| similarity index 87%
|
| rename from chrome/browser/prefs/mock_pref_change_callback.cc
|
| rename to base/prefs/mock_pref_change_callback.cc
|
| index 3dbd2a0483daea2f2fb9bc9789263be4fa5a2ce2..08e8eeb950b2a7a68f32fd46617d7a55d57c0b63 100644
|
| --- a/chrome/browser/prefs/mock_pref_change_callback.cc
|
| +++ b/base/prefs/mock_pref_change_callback.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/prefs/mock_pref_change_callback.h"
|
| +#include "base/prefs/mock_pref_change_callback.h"
|
|
|
| #include "base/bind.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
|
|
| MockPrefChangeCallback::MockPrefChangeCallback(PrefServiceBase* prefs)
|
| : prefs_(prefs) {
|
|
|