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

Side by Side Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 2293583002: Change includes of histogram.h to histogram_macros.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 "content/browser/gpu/gpu_data_manager_impl_private.h" 5 #include "content/browser/gpu/gpu_data_manager_impl_private.h"
6 6
7 #include <memory> 7 #include <memory>
8 #include <utility> 8 #include <utility>
9 9
10 #include "base/bind.h" 10 #include "base/bind.h"
11 #include "base/bind_helpers.h" 11 #include "base/bind_helpers.h"
12 #include "base/command_line.h" 12 #include "base/command_line.h"
13 #include "base/metrics/field_trial.h" 13 #include "base/metrics/field_trial.h"
14 #include "base/metrics/histogram.h" 14 #include "base/metrics/histogram_macros.h"
15 #include "base/metrics/sparse_histogram.h" 15 #include "base/metrics/sparse_histogram.h"
16 #include "base/strings/string_number_conversions.h" 16 #include "base/strings/string_number_conversions.h"
17 #include "base/strings/string_split.h" 17 #include "base/strings/string_split.h"
18 #include "base/strings/stringprintf.h" 18 #include "base/strings/stringprintf.h"
19 #include "base/trace_event/trace_event.h" 19 #include "base/trace_event/trace_event.h"
20 #include "base/version.h" 20 #include "base/version.h"
21 #include "build/build_config.h" 21 #include "build/build_config.h"
22 #include "cc/base/switches.h" 22 #include "cc/base/switches.h"
23 #include "content/browser/gpu/gpu_process_host.h" 23 #include "content/browser/gpu/gpu_process_host.h"
24 #include "content/common/gpu_host_messages.h" 24 #include "content/common/gpu_host_messages.h"
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 gpu_info_.context_info_state = gpu::kCollectInfoFatalFailure; 1313 gpu_info_.context_info_state = gpu::kCollectInfoFatalFailure;
1314 #if defined(OS_WIN) 1314 #if defined(OS_WIN)
1315 gpu_info_.dx_diagnostics_info_state = gpu::kCollectInfoFatalFailure; 1315 gpu_info_.dx_diagnostics_info_state = gpu::kCollectInfoFatalFailure;
1316 #endif 1316 #endif
1317 complete_gpu_info_already_requested_ = true; 1317 complete_gpu_info_already_requested_ = true;
1318 // Some observers might be waiting. 1318 // Some observers might be waiting.
1319 NotifyGpuInfoUpdate(); 1319 NotifyGpuInfoUpdate();
1320 } 1320 }
1321 1321
1322 } // namespace content 1322 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/histogram_synchronizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698