| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index 737654ee0c8f342b8279f317a8fb9569699b2683..0b851d48ab4d8386a0d85dc4332500ab65a1f678 100644 | 
| --- a/build/common.gypi | 
| +++ b/build/common.gypi | 
| @@ -228,8 +228,9 @@ | 
| # See http://clang.llvm.org/docs/ThreadSanitizer.html | 
| 'tsan%': 0, | 
|  | 
| -      # Set to true to instrument the code with function call logger. | 
| -      # See src/third_party/cygprofile/cyg-profile.cc for details. | 
| +      # Set to true to instrument the code with function call logger. See | 
| +      # src/base/android/third_party/cygprofile_startup/cygprofile_startup.cc | 
| +      # for details. | 
| 'order_profiling%': 0, | 
|  | 
| # Use the provided profiled order file to link Chrome image with it. | 
|  |