Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1855)

Unified Diff: chrome/common/metrics_helpers.h

Issue 8253002: Move PageTransition into content namespace. While I'm touching all these files, I've also updated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/web_ui_unittest.cc ('k') | chrome/common/metrics_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics_helpers.h
===================================================================
--- chrome/common/metrics_helpers.h (revision 105162)
+++ chrome/common/metrics_helpers.h (working copy)
@@ -17,7 +17,7 @@
#include "base/metrics/histogram.h"
#include "base/time.h"
#include "chrome/common/metrics_log_manager.h"
-#include "content/common/page_transition_types.h"
+#include "content/public/common/page_transition_types.h"
class GURL;
class MetricsLog;
@@ -51,7 +51,7 @@
// load_time - how long it took to load the page
void RecordLoadEvent(int window_id,
const GURL& url,
- PageTransition::Type origin,
+ content::PageTransition origin,
int session_index,
base::TimeDelta load_time);
« no previous file with comments | « chrome/browser/ui/webui/web_ui_unittest.cc ('k') | chrome/common/metrics_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698