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

Unified Diff: chrome/browser/protector/protected_prefs_watcher.h

Issue 10704023: Moved ExtensionPrefs and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master merged in Created 8 years, 5 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 | « chrome/browser/prefs/pref_set_observer.cc ('k') | chrome/browser/protector/protected_prefs_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/protected_prefs_watcher.h
diff --git a/chrome/browser/protector/protected_prefs_watcher.h b/chrome/browser/protector/protected_prefs_watcher.h
index 46cf5ca0858d92278bb12be1e27697781c046d8d..3d2426fd57a0f1fd7f5ab01a86afeee6f1126273 100644
--- a/chrome/browser/protector/protected_prefs_watcher.h
+++ b/chrome/browser/protector/protected_prefs_watcher.h
@@ -92,7 +92,7 @@ class ProtectedPrefsWatcher : public content::NotificationObserver {
std::string GetSignatureData(PrefService* prefs) const;
// Cached set of extension IDs. They are not changed as frequently
- ExtensionPrefs::ExtensionIdSet cached_extension_ids_;
+ extensions::ExtensionPrefs::ExtensionIdSet cached_extension_ids_;
scoped_ptr<PrefSetObserver> pref_observer_;
« no previous file with comments | « chrome/browser/prefs/pref_set_observer.cc ('k') | chrome/browser/protector/protected_prefs_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698