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

Side by Side Diff: content/browser/gpu/gpu_data_manager.h

Issue 6985009: iwyu: Use callback_old.h where appropriate, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_BROWSER_GPU_GPU_DATA_MANAGER_H_ 5 #ifndef CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_H_
6 #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_H_ 6 #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 11
12 #include "base/callback.h" 12 #include "base/callback_old.h"
13 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
14 #include "base/memory/singleton.h" 14 #include "base/memory/singleton.h"
15 #include "base/synchronization/lock.h" 15 #include "base/synchronization/lock.h"
16 #include "base/values.h" 16 #include "base/values.h"
17 #include "content/common/gpu/gpu_feature_flags.h" 17 #include "content/common/gpu/gpu_feature_flags.h"
18 #include "content/common/gpu/gpu_info.h" 18 #include "content/common/gpu/gpu_info.h"
19 19
20 class CommandLine; 20 class CommandLine;
21 class GpuBlacklist; 21 class GpuBlacklist;
22 22
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 99
100 // Map of callbacks. 100 // Map of callbacks.
101 std::set<Callback0::Type*> gpu_info_update_callbacks_; 101 std::set<Callback0::Type*> gpu_info_update_callbacks_;
102 102
103 ListValue log_messages_; 103 ListValue log_messages_;
104 104
105 DISALLOW_COPY_AND_ASSIGN(GpuDataManager); 105 DISALLOW_COPY_AND_ASSIGN(GpuDataManager);
106 }; 106 };
107 107
108 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_H_ 108 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_H_
OLDNEW
« no previous file with comments | « content/browser/geolocation/access_token_store.h ('k') | content/browser/gpu/gpu_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698