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

Unified Diff: chrome/browser/extensions/extension_prefs.h

Issue 11312228: Move extension_error_utils.* and url_pattern_set.* into (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move into extensions namespace Created 8 years, 1 month 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: chrome/browser/extensions/extension_prefs.h
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index e870d5e92f56fee8c058f0842fb25efaec56b336..3a5b78944c12180d1628c185fad9089d3a75159b 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -18,16 +18,16 @@
#include "chrome/browser/extensions/management_policy.h"
#include "chrome/browser/media_gallery/media_galleries_preferences.h"
#include "chrome/common/extensions/extension.h"
-#include "chrome/common/extensions/url_pattern_set.h"
+#include "extensions/common/url_pattern_set.h"
#include "sync/api/string_ordinal.h"
class ExtensionPrefValueMap;
class ExtensionSorting;
class PrefService;
-class URLPatternSet;
namespace extensions {
class ExtensionPrefsUninstallExtension;
+class URLPatternSet;
struct ExtensionOmniboxSuggestion;
// Class for managing global and per-extension preferences.

Powered by Google App Engine
This is Rietveld 408576698