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

Unified Diff: base/prefs/testing_pref_service.h

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/public/pref_member_unittest.cc ('k') | base/prefs/testing_pref_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/testing_pref_service.h
diff --git a/chrome/test/base/testing_pref_service.h b/base/prefs/testing_pref_service.h
similarity index 97%
rename from chrome/test/base/testing_pref_service.h
rename to base/prefs/testing_pref_service.h
index 7bbaeace8e0b9b14e4a1882977af7453675971b8..9d290fe323bb4c0ef4fa915746b8a8591a3ef5ab 100644
--- a/chrome/test/base/testing_pref_service.h
+++ b/base/prefs/testing_pref_service.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_TEST_BASE_TESTING_PREF_SERVICE_H_
-#define CHROME_TEST_BASE_TESTING_PREF_SERVICE_H_
+#ifndef BASE_PREFS_TESTING_PREF_SERVICE_H_
+#define BASE_PREFS_TESTING_PREF_SERVICE_H_
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
@@ -193,4 +193,4 @@ void TestingPrefServiceBase<
pref_store->RemoveValue(path);
}
-#endif // CHROME_TEST_BASE_TESTING_PREF_SERVICE_H_
+#endif // BASE_PREFS_TESTING_PREF_SERVICE_H_
« no previous file with comments | « base/prefs/public/pref_member_unittest.cc ('k') | base/prefs/testing_pref_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698