| Index: chrome/browser/prefs/dummy_pref_store.cc
 | 
| diff --git a/chrome/browser/dummy_pref_store.cc b/chrome/browser/prefs/dummy_pref_store.cc
 | 
| similarity index 91%
 | 
| rename from chrome/browser/dummy_pref_store.cc
 | 
| rename to chrome/browser/prefs/dummy_pref_store.cc
 | 
| index 27dda0605b935f8994c1610cc83953cf2d6dcf3c..3a0a81a8849d6f8b38613bdedacafc4d0f6b925a 100644
 | 
| --- a/chrome/browser/dummy_pref_store.cc
 | 
| +++ b/chrome/browser/prefs/dummy_pref_store.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "chrome/browser/dummy_pref_store.h"
 | 
| +#include "chrome/browser/prefs/dummy_pref_store.h"
 | 
|  
 | 
|  #include "base/values.h"
 | 
|  
 | 
| 
 |