21 lines
1.3 KiB
Diff
21 lines
1.3 KiB
Diff
--- chromium-66.0.3359.139/services/preferences/tracked/pref_hash_filter.cc.orig 2018-05-03 12:59:06.555426796 +0200
|
|
+++ chromium-66.0.3359.139/services/preferences/tracked/pref_hash_filter.cc 2018-05-03 12:59:12.175451151 +0200
|
|
@@ -21,7 +21,6 @@
|
|
#include "components/prefs/pref_store.h"
|
|
#include "services/preferences/public/cpp/tracked/pref_names.h"
|
|
#include "services/preferences/tracked/dictionary_hash_store_contents.h"
|
|
-#include "services/preferences/tracked/pref_hash_store.h"
|
|
#include "services/preferences/tracked/pref_hash_store_transaction.h"
|
|
#include "services/preferences/tracked/tracked_atomic_preference.h"
|
|
#include "services/preferences/tracked/tracked_split_preference.h"
|
|
--- chromium-66.0.3359.139/services/preferences/tracked/pref_hash_filter.h.orig 2018-05-03 13:13:08.676001497 +0200
|
|
+++ chromium-66.0.3359.139/services/preferences/tracked/pref_hash_filter.h 2018-05-03 13:13:17.883040095 +0200
|
|
@@ -20,6 +20,7 @@
|
|
#include "base/optional.h"
|
|
#include "services/preferences/public/mojom/preferences.mojom.h"
|
|
#include "services/preferences/tracked/hash_store_contents.h"
|
|
+#include "services/preferences/tracked/pref_hash_store.h"
|
|
#include "services/preferences/tracked/interceptable_pref_filter.h"
|
|
#include "services/preferences/tracked/tracked_preference.h"
|
|
|