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

Unified Diff: services/preferences/public/cpp/pref_store_impl.h

Issue 2812863002: Pref service: Add a ScopedDictionaryPrefUpdate to track value changes. (Closed)
Patch Set: rebase Created 3 years, 8 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/public/cpp/pref_store_impl.h
diff --git a/services/preferences/public/cpp/pref_store_impl.h b/services/preferences/public/cpp/pref_store_impl.h
index 62146a648c7b75060307bfb4a8b2749023426cb7..72227af86f7d5f2a5a885e8d05b5b82f2a12c10f 100644
--- a/services/preferences/public/cpp/pref_store_impl.h
+++ b/services/preferences/public/cpp/pref_store_impl.h
@@ -5,6 +5,7 @@
#ifndef SERVICES_PREFERENCES_PUBLIC_CPP_PREF_STORE_IMPL_H_
#define SERVICES_PREFERENCES_PUBLIC_CPP_PREF_STORE_IMPL_H_
+#include <string>
#include <vector>
#include "base/macros.h"
« no previous file with comments | « services/preferences/public/cpp/pref_store_client_mixin.cc ('k') | services/preferences/public/cpp/pref_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698