| Index: chrome/browser/gpu_data_manager.h
|
| ===================================================================
|
| --- chrome/browser/gpu_data_manager.h (revision 77652)
|
| +++ chrome/browser/gpu_data_manager.h (working copy)
|
| @@ -14,12 +14,11 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/web_resource/gpu_blacklist_updater.h"
|
| #include "chrome/common/gpu_feature_flags.h"
|
| -#include "chrome/common/gpu_info.h"
|
| +#include "content/common/gpu_info.h"
|
|
|
| class CommandLine;
|
| class DictionaryValue;
|
| class GpuBlacklist;
|
| -struct GPUInfo;
|
|
|
| class GpuDataManager {
|
| public:
|
|
|