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

Unified Diff: chrome/browser/browsing_data/browsing_data_helper.h

Issue 428323002: ifdef remaining extensions code in chrome/browser/browsing_data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang again Created 6 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 | « no previous file | chrome/browser/browsing_data/browsing_data_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/browsing_data_helper.h
diff --git a/chrome/browser/browsing_data/browsing_data_helper.h b/chrome/browser/browsing_data/browsing_data_helper.h
index 1afacdb1147e00f80e7e957ad1825402eaa9b2d7..353b8732a816cc26ad6cdc50ce08fcde69ece53b 100644
--- a/chrome/browser/browsing_data/browsing_data_helper.h
+++ b/chrome/browser/browsing_data/browsing_data_helper.h
@@ -11,7 +11,10 @@
#include "base/basictypes.h"
-class ExtensionSpecialStoragePolicy;
+namespace quota {
+class SpecialStoragePolicy;
+}
+
class GURL;
class BrowsingDataHelper {
@@ -38,7 +41,7 @@ class BrowsingDataHelper {
// Returns true if the provided origin matches the provided mask.
static bool DoesOriginMatchMask(const GURL& origin,
int origin_set_mask,
- ExtensionSpecialStoragePolicy* policy);
+ quota::SpecialStoragePolicy* policy);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(BrowsingDataHelper);
« no previous file with comments | « no previous file | chrome/browser/browsing_data/browsing_data_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698