Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "chrome/browser/google/google_url_tracker_navigation_helper.h" | |
| 6 | |
| 7 #include <stddef.h> | |
|
Peter Kasting
2014/05/15 21:29:52
Nit: See comments on other CL regarding this #incl
blundell
2014/05/16 11:54:18
Done.
| |
| 8 | |
| 9 GoogleURLTrackerNavigationHelper::GoogleURLTrackerNavigationHelper( | |
| 10 GoogleURLTracker* tracker) | |
| 11 : tracker_(tracker) { | |
| 12 } | |
| OLD | NEW |