| Index: chrome/browser/prefs/pref_notifier_unittest.cc
 | 
| diff --git a/chrome/browser/pref_notifier_unittest.cc b/chrome/browser/prefs/pref_notifier_unittest.cc
 | 
| similarity index 98%
 | 
| rename from chrome/browser/pref_notifier_unittest.cc
 | 
| rename to chrome/browser/prefs/pref_notifier_unittest.cc
 | 
| index 11f678e6964b4cde2793353b4d0e0c4f5cfac9c5..5a1a6f4e268d7935216102fc2286d38116219a98 100644
 | 
| --- a/chrome/browser/pref_notifier_unittest.cc
 | 
| +++ b/chrome/browser/prefs/pref_notifier_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 "chrome/browser/pref_notifier.h"
 | 
| -#include "chrome/browser/pref_service.h"
 | 
| -#include "chrome/browser/pref_value_store.h"
 | 
| +#include "chrome/browser/prefs/pref_notifier.h"
 | 
| +#include "chrome/browser/prefs/pref_service.h"
 | 
| +#include "chrome/browser/prefs/pref_value_store.h"
 | 
|  #include "chrome/common/notification_observer.h"
 | 
|  #include "chrome/common/notification_type.h"
 | 
|  #include "chrome/common/notification_service.h"
 | 
| 
 |