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

Side by Side Diff: webkit/browser/quota/special_storage_policy.h

Issue 16010007: Move webkit/quota files to webkit/browser/quota or webkit/common/quota (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_QUOTA_SPECIAL_STORAGE_POLICY_H_ 5 #ifndef WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
6 #define WEBKIT_QUOTA_SPECIAL_STORAGE_POLICY_H_ 6 #define WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/observer_list.h" 11 #include "base/observer_list.h"
12 #include "webkit/storage/webkit_storage_export.h" 12 #include "webkit/storage/webkit_storage_export.h"
13 13
14 class GURL; 14 class GURL;
15 15
16 namespace quota { 16 namespace quota {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 virtual ~SpecialStoragePolicy(); 73 virtual ~SpecialStoragePolicy();
74 void NotifyGranted(const GURL& origin, int change_flags); 74 void NotifyGranted(const GURL& origin, int change_flags);
75 void NotifyRevoked(const GURL& origin, int change_flags); 75 void NotifyRevoked(const GURL& origin, int change_flags);
76 void NotifyCleared(); 76 void NotifyCleared();
77 77
78 ObserverList<Observer> observers_; 78 ObserverList<Observer> observers_;
79 }; 79 };
80 80
81 } // namespace quota 81 } // namespace quota
82 82
83 #endif // WEBKIT_QUOTA_SPECIAL_STORAGE_POLICY_H_ 83 #endif // WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
OLDNEW
« no previous file with comments | « webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc ('k') | webkit/browser/quota/special_storage_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698