| Index: content/browser/histogram_controller.cc
|
| ===================================================================
|
| --- content/browser/histogram_controller.cc (revision 164795)
|
| +++ content/browser/histogram_controller.cc (working copy)
|
| @@ -71,7 +71,7 @@
|
|
|
| int pending_processes = 0;
|
| for (BrowserChildProcessHostIterator iter; !iter.Done(); ++iter) {
|
| - content::ProcessType type = iter.GetData().type;
|
| + ProcessType type = iter.GetData().type;
|
| if (type != PROCESS_TYPE_PLUGIN && type != PROCESS_TYPE_GPU)
|
| continue;
|
| ++pending_processes;
|
|
|