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

Side by Side Diff: media/blink/resource_multibuffer_data_provider.cc

Issue 2479093002: Migrate more files to histogram_macros.h from histogram.h. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « google_apis/gcm/engine/mcs_client.cc ('k') | media/blink/webmediaplayer_util.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 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 #include "media/blink/resource_multibuffer_data_provider.h" 5 #include "media/blink/resource_multibuffer_data_provider.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 #include <utility> 8 #include <utility>
9 9
10 #include "base/bind.h" 10 #include "base/bind.h"
11 #include "base/bits.h" 11 #include "base/bits.h"
12 #include "base/callback_helpers.h" 12 #include "base/callback_helpers.h"
13 #include "base/location.h" 13 #include "base/location.h"
14 #include "base/metrics/histogram.h" 14 #include "base/metrics/histogram_macros.h"
15 #include "base/single_thread_task_runner.h" 15 #include "base/single_thread_task_runner.h"
16 #include "base/strings/string_number_conversions.h" 16 #include "base/strings/string_number_conversions.h"
17 #include "base/strings/string_util.h" 17 #include "base/strings/string_util.h"
18 #include "base/threading/thread_task_runner_handle.h" 18 #include "base/threading/thread_task_runner_handle.h"
19 #include "media/blink/active_loader.h" 19 #include "media/blink/active_loader.h"
20 #include "media/blink/cache_util.h" 20 #include "media/blink/cache_util.h"
21 #include "media/blink/media_blink_export.h" 21 #include "media/blink/media_blink_export.h"
22 #include "media/blink/url_index.h" 22 #include "media/blink/url_index.h"
23 #include "net/http/http_byte_range.h" 23 #include "net/http/http_byte_range.h"
24 #include "net/http/http_request_headers.h" 24 #include "net/http/http_request_headers.h"
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 } 546 }
547 547
548 if (byte_pos() != first_byte_position) { 548 if (byte_pos() != first_byte_position) {
549 return false; 549 return false;
550 } 550 }
551 551
552 return true; 552 return true;
553 } 553 }
554 554
555 } // namespace media 555 } // namespace media
OLDNEW
« no previous file with comments | « google_apis/gcm/engine/mcs_client.cc ('k') | media/blink/webmediaplayer_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698