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

Side by Side Diff: storage/browser/fileapi/sandbox_quota_observer.h

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 years, 3 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_BROWSER_FILEAPI_SANDBOX_QUOTA_OBSERVER_H_ 5 #ifndef STORAGE_BROWSER_FILEAPI_SANDBOX_QUOTA_OBSERVER_H_
6 #define WEBKIT_BROWSER_FILEAPI_SANDBOX_QUOTA_OBSERVER_H_ 6 #define STORAGE_BROWSER_FILEAPI_SANDBOX_QUOTA_OBSERVER_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
15 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
16 #include "webkit/browser/fileapi/file_observers.h" 16 #include "storage/browser/fileapi/file_observers.h"
17 #include "webkit/browser/fileapi/file_system_url.h" 17 #include "storage/browser/fileapi/file_system_url.h"
18 18
19 namespace base { 19 namespace base {
20 class SequencedTaskRunner; 20 class SequencedTaskRunner;
21 } 21 }
22 22
23 namespace storage { 23 namespace storage {
24 class QuotaManagerProxy; 24 class QuotaManagerProxy;
25 } 25 }
26 26
27 namespace storage { 27 namespace storage {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 FileSystemUsageCache* file_system_usage_cache_; 71 FileSystemUsageCache* file_system_usage_cache_;
72 72
73 PendingUpdateNotificationMap pending_update_notification_; 73 PendingUpdateNotificationMap pending_update_notification_;
74 scoped_ptr<TimedTaskHelper> delayed_cache_update_helper_; 74 scoped_ptr<TimedTaskHelper> delayed_cache_update_helper_;
75 75
76 DISALLOW_COPY_AND_ASSIGN(SandboxQuotaObserver); 76 DISALLOW_COPY_AND_ASSIGN(SandboxQuotaObserver);
77 }; 77 };
78 78
79 } // namespace storage 79 } // namespace storage
80 80
81 #endif // WEBKIT_BROWSER_FILEAPI_SANDBOX_QUOTA_OBSERVER_H_ 81 #endif // STORAGE_BROWSER_FILEAPI_SANDBOX_QUOTA_OBSERVER_H_
OLDNEW
« no previous file with comments | « storage/browser/fileapi/sandbox_prioritized_origin_database.cc ('k') | storage/browser/fileapi/sandbox_quota_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698