Index: base/prefs/json_pref_store.cc |
diff --git a/chrome/common/json_pref_store.cc b/base/prefs/json_pref_store.cc |
similarity index 99% |
rename from chrome/common/json_pref_store.cc |
rename to base/prefs/json_pref_store.cc |
index ed30346ff048190d9ad004b210f14be3ffca8cf7..18dc0b76c1ff50ce1c5c168abaea827c492613c8 100644 |
--- a/chrome/common/json_pref_store.cc |
+++ b/base/prefs/json_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/common/json_pref_store.h" |
+#include "base/prefs/json_pref_store.h" |
#include <algorithm> |