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

Unified Diff: services/preferences/tracked/pref_hash_calculator.cc

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: rebase Created 3 years, 9 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
Index: services/preferences/tracked/pref_hash_calculator.cc
diff --git a/components/user_prefs/tracked/pref_hash_calculator.cc b/services/preferences/tracked/pref_hash_calculator.cc
similarity index 97%
rename from components/user_prefs/tracked/pref_hash_calculator.cc
rename to services/preferences/tracked/pref_hash_calculator.cc
index 8d73c1dcbc9a30923745f52136a903a8cb15a928..207221c5688e971f0baf80a2559888fb64d3da0a 100644
--- a/components/user_prefs/tracked/pref_hash_calculator.cc
+++ b/services/preferences/tracked/pref_hash_calculator.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 "components/user_prefs/tracked/pref_hash_calculator.h"
+#include "services/preferences/tracked/pref_hash_calculator.h"
#include <stdint.h>
@@ -86,8 +86,7 @@ PrefHashCalculator::PrefHashCalculator(const std::string& seed,
const std::string& legacy_device_id)
: seed_(seed), device_id_(device_id), legacy_device_id_(legacy_device_id) {}
-PrefHashCalculator::~PrefHashCalculator() {
-}
+PrefHashCalculator::~PrefHashCalculator() {}
std::string PrefHashCalculator::Calculate(const std::string& path,
const base::Value* value) const {
« no previous file with comments | « services/preferences/tracked/pref_hash_calculator.h ('k') | services/preferences/tracked/pref_hash_calculator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698