Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 specific_include_rules = { | 1 specific_include_rules = { |
| 2 # GoogleURLTracker can't use WebContents, since it is used by iOS. | 2 # GoogleURLTracker can't use WebContents, since it is used by iOS. |
| 3 # If WebContents functionality is needed, add it to | |
| 4 # GoogleURLTrackerNavigationHelperImpl. | |
| 5 'google_url_tracker\.': [ | 3 'google_url_tracker\.': [ |
| 6 "-content/public/browser/web_contents.h", | 4 "-content/public/browser/web_contents.h", |
| 7 ], | 5 ], |
| 8 } | 6 } |
| OLD | NEW |