| Index: src/platform/minijail/getpid_microbenchmark.cc
 | 
| diff --git a/src/platform/microbenchmark/benchmarks/getpid.cc b/src/platform/minijail/getpid_microbenchmark.cc
 | 
| similarity index 89%
 | 
| rename from src/platform/microbenchmark/benchmarks/getpid.cc
 | 
| rename to src/platform/minijail/getpid_microbenchmark.cc
 | 
| index 614f68111687460888e4bada035e5b1dd6492075..ec07c5822e49d5620078fb7a96411598c792a89d 100644
 | 
| --- a/src/platform/microbenchmark/benchmarks/getpid.cc
 | 
| +++ b/src/platform/minijail/getpid_microbenchmark.cc
 | 
| @@ -1,7 +1,6 @@
 | 
|  // Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
| -// Some portions Copyright (c) 2009 The Chromium Authors.
 | 
|  //
 | 
|  // Microbenchmark of getpid()
 | 
|  #include "microbenchmark/microbenchmark.h"
 | 
| 
 |