Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: base/prefs/testing_pref_service.cc

Issue 12253004: Moving last generic Prefs implementation files to base/prefs/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/prefs/testing_pref_service.h ('k') | chrome/browser/about_flags_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/testing_pref_service.cc
diff --git a/chrome/test/base/testing_pref_service.cc b/base/prefs/testing_pref_service.cc
similarity index 97%
rename from chrome/test/base/testing_pref_service.cc
rename to base/prefs/testing_pref_service.cc
index ae7342e988cfccc837b89635efd4ae4b03e150f6..22755da90a5cf41cdcf827077acc3864193ca45e 100644
--- a/chrome/test/base/testing_pref_service.cc
+++ b/base/prefs/testing_pref_service.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/test/base/testing_pref_service.h"
+#include "base/prefs/testing_pref_service.h"
#include "base/bind.h"
#include "base/compiler_specific.h"
« no previous file with comments | « base/prefs/testing_pref_service.h ('k') | chrome/browser/about_flags_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698