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

Side by Side Diff: webkit/blob/blob_url_request_job.h

Issue 10959020: SystemMonitor refactoring: move power state monitor into a separate class called PowerMonitor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add PlatformInit/Destory for all platforms Created 8 years, 1 month 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_BLOB_BLOB_URL_REQUEST_JOB_H_ 5 #ifndef WEBKIT_BLOB_BLOB_URL_REQUEST_JOB_H_
6 #define WEBKIT_BLOB_BLOB_URL_REQUEST_JOB_H_ 6 #define WEBKIT_BLOB_BLOB_URL_REQUEST_JOB_H_
7 7
8 #include <map>
9
8 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
9 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
10 #include "base/platform_file.h" 12 #include "base/platform_file.h"
11 #include "net/http/http_byte_range.h" 13 #include "net/http/http_byte_range.h"
12 #include "net/url_request/url_request_job.h" 14 #include "net/url_request/url_request_job.h"
13 #include "webkit/blob/blob_data.h" 15 #include "webkit/blob/blob_data.h"
14 #include "webkit/storage/webkit_storage_export.h" 16 #include "webkit/storage/webkit_storage_export.h"
15 17
16 namespace base { 18 namespace base {
17 class MessageLoopProxy; 19 class MessageLoopProxy;
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 bool byte_range_set_; 109 bool byte_range_set_;
108 net::HttpByteRange byte_range_; 110 net::HttpByteRange byte_range_;
109 scoped_ptr<net::HttpResponseInfo> response_info_; 111 scoped_ptr<net::HttpResponseInfo> response_info_;
110 112
111 DISALLOW_COPY_AND_ASSIGN(BlobURLRequestJob); 113 DISALLOW_COPY_AND_ASSIGN(BlobURLRequestJob);
112 }; 114 };
113 115
114 } // namespace webkit_blob 116 } // namespace webkit_blob
115 117
116 #endif // WEBKIT_BLOB_BLOB_URL_REQUEST_JOB_H_ 118 #endif // WEBKIT_BLOB_BLOB_URL_REQUEST_JOB_H_
OLDNEW
« base/power_monitor/power_monitor_unittest.cc ('K') | « ui/views/win/hwnd_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698