| Index: base/prefs/public/pref_change_registrar_unittest.cc
|
| diff --git a/chrome/browser/api/prefs/pref_change_registrar_unittest.cc b/base/prefs/public/pref_change_registrar_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/api/prefs/pref_change_registrar_unittest.cc
|
| rename to base/prefs/public/pref_change_registrar_unittest.cc
|
| index 2152cce2a054b822f6172344a4b26f9b2e5ed92c..491d7db602ee11d11584369d321e81ab49a29cc7 100644
|
| --- a/chrome/browser/api/prefs/pref_change_registrar_unittest.cc
|
| +++ b/base/prefs/public/pref_change_registrar_unittest.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/prefs/public/pref_change_registrar.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "chrome/browser/api/prefs/pref_change_registrar.h"
|
| #include "chrome/test/base/testing_pref_service.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|