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

Side by Side Diff: content/browser/quota/mock_quota_manager_proxy.h

Issue 1549113002: Switch to standard integer types in content/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 12 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_ 5 #ifndef CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
6 #define CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_ 6 #define CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
7 7
8 #include <stdint.h>
9
10 #include "base/macros.h"
8 #include "content/browser/quota/mock_quota_manager.h" 11 #include "content/browser/quota/mock_quota_manager.h"
9 #include "storage/browser/quota/quota_client.h" 12 #include "storage/browser/quota/quota_client.h"
10 #include "storage/browser/quota/quota_manager_proxy.h" 13 #include "storage/browser/quota/quota_manager_proxy.h"
11 #include "storage/common/quota/quota_types.h" 14 #include "storage/common/quota/quota_types.h"
12 #include "url/gurl.h" 15 #include "url/gurl.h"
13 16
14 using storage::QuotaManagerProxy; 17 using storage::QuotaManagerProxy;
15 18
16 namespace content { 19 namespace content {
17 20
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 int64_t last_notified_delta_; 81 int64_t last_notified_delta_;
79 82
80 QuotaClient* registered_client_; 83 QuotaClient* registered_client_;
81 84
82 DISALLOW_COPY_AND_ASSIGN(MockQuotaManagerProxy); 85 DISALLOW_COPY_AND_ASSIGN(MockQuotaManagerProxy);
83 }; 86 };
84 87
85 } // namespace content 88 } // namespace content
86 89
87 #endif // CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_ 90 #endif // CONTENT_BROWSER_QUOTA_MOCK_QUOTA_MANAGER_PROXY_H_
OLDNEW
« no previous file with comments | « content/browser/quota/mock_quota_manager.h ('k') | content/browser/quota/mock_quota_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698