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

Side by Side Diff: content/renderer/cache_storage/webserviceworkercachestorage_impl.h

Issue 1547073003: Switch to standard integer types in content/renderer/. (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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_RENDERER_SERVICE_WORKER_WEB_SERVICE_WORKER_CACHE_STORAGE_IMPL_H_ 5 #ifndef CONTENT_RENDERER_SERVICE_WORKER_WEB_SERVICE_WORKER_CACHE_STORAGE_IMPL_H_
6 #define CONTENT_RENDERER_SERVICE_WORKER_WEB_SERVICE_WORKER_CACHE_STORAGE_IMPL_H_ 6 #define CONTENT_RENDERER_SERVICE_WORKER_WEB_SERVICE_WORKER_CACHE_STORAGE_IMPL_H_
7 7
8 #include "base/macros.h"
8 #include "content/child/thread_safe_sender.h" 9 #include "content/child/thread_safe_sender.h"
9 #include "third_party/WebKit/public/platform/WebString.h" 10 #include "third_party/WebKit/public/platform/WebString.h"
10 #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWor kerCache.h" 11 #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWor kerCache.h"
11 #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWor kerCacheError.h" 12 #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWor kerCacheError.h"
12 #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWor kerCacheStorage.h" 13 #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWor kerCacheStorage.h"
13 14
14 namespace content { 15 namespace content {
15 16
16 class CacheStorageDispatcher; 17 class CacheStorageDispatcher;
17 class ThreadSafeSender; 18 class ThreadSafeSender;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 50
50 scoped_refptr<ThreadSafeSender> thread_safe_sender_; 51 scoped_refptr<ThreadSafeSender> thread_safe_sender_;
51 const GURL origin_; 52 const GURL origin_;
52 53
53 DISALLOW_COPY_AND_ASSIGN(WebServiceWorkerCacheStorageImpl); 54 DISALLOW_COPY_AND_ASSIGN(WebServiceWorkerCacheStorageImpl);
54 }; 55 };
55 56
56 } // namespace content 57 } // namespace content
57 58
58 #endif // CONTENT_RENDERER_SERVICE_WORKER_WEB_SERVICE_WORKER_CACHE_STORAGE_IMPL _H_ 59 #endif // CONTENT_RENDERER_SERVICE_WORKER_WEB_SERVICE_WORKER_CACHE_STORAGE_IMPL _H_
OLDNEW
« no previous file with comments | « content/renderer/cache_storage/cache_storage_message_filter.h ('k') | content/renderer/child_frame_compositing_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698