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

Side by Side Diff: content/test/appcache_test_helper.h

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/test/accessibility_browser_test_utils.h ('k') | content/test/blink_test_environment.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_TEST_APPCACHE_TEST_HELPER_H_ 5 #ifndef CONTENT_TEST_APPCACHE_TEST_HELPER_H_
6 #define CONTENT_TEST_APPCACHE_TEST_HELPER_H_ 6 #define CONTENT_TEST_APPCACHE_TEST_HELPER_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/macros.h"
10 #include "content/browser/appcache/appcache_storage.h" 11 #include "content/browser/appcache/appcache_storage.h"
11 12
12 namespace content { 13 namespace content {
13 class AppCacheServiceImpl; 14 class AppCacheServiceImpl;
14 } 15 }
15 16
16 namespace content { 17 namespace content {
17 18
18 // Helper class for inserting data into a ChromeAppCacheService and reading it 19 // Helper class for inserting data into a ChromeAppCacheService and reading it
19 // back. 20 // back.
(...skipping 18 matching lines...) Expand all
38 int response_id_; 39 int response_id_;
39 scoped_refptr<AppCacheInfoCollection> appcache_info_; 40 scoped_refptr<AppCacheInfoCollection> appcache_info_;
40 std::set<GURL>* origins_; // not owned 41 std::set<GURL>* origins_; // not owned
41 42
42 DISALLOW_COPY_AND_ASSIGN(AppCacheTestHelper); 43 DISALLOW_COPY_AND_ASSIGN(AppCacheTestHelper);
43 }; 44 };
44 45
45 } // namespace content 46 } // namespace content
46 47
47 #endif // CONTENT_TEST_APPCACHE_TEST_HELPER_H_ 48 #endif // CONTENT_TEST_APPCACHE_TEST_HELPER_H_
OLDNEW
« no previous file with comments | « content/test/accessibility_browser_test_utils.h ('k') | content/test/blink_test_environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698