Index: components/navigation_metrics/navigation_metrics.h |
diff --git a/components/navigation_metrics/navigation_metrics.h b/components/navigation_metrics/navigation_metrics.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0b48dd7e8cda8c43da76834bcd86550f7bfa7e8d |
--- /dev/null |
+++ b/components/navigation_metrics/navigation_metrics.h |
@@ -0,0 +1,16 @@ |
+// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef COMPONENTS_NAVIGATION_METRICS_NAVIGATION_METRICS_H_ |
+#define COMPONENTS_NAVIGATION_METRICS_NAVIGATION_METRICS_H_ |
+ |
+#include "url/gurl.h" |
jochen (gone - plz use gerrit)
2013/10/23 14:46:10
nit. should be enough to forward declare
cbentzel
2013/10/23 15:19:46
Done.
|
+ |
+namespace navigation_metrics { |
+ |
+void RecordMainFrameNavigation(const GURL& url); |
+ |
+} // namespace navigation_metrics |
+ |
+#endif // COMPONENTS_NAVIGATION_METRICS_NAVIGATION_METRICS_H_ |