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

Unified Diff: chrome/browser/metrics/tracking_synchronizer.h

Issue 8760011: Move the ProcessType enum out to its own file. This is in preparation for getting rid of ChildPro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 9 years, 1 month 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/metrics/metrics_service_unittest.cc ('k') | chrome/browser/metrics/tracking_synchronizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/tracking_synchronizer.h
===================================================================
--- chrome/browser/metrics/tracking_synchronizer.h (revision 112315)
+++ chrome/browser/metrics/tracking_synchronizer.h (working copy)
@@ -16,8 +16,8 @@
#include "base/time.h"
#include "base/values.h"
#include "chrome/browser/ui/webui/profiler_ui.h"
-#include "content/common/child_process_info.h"
#include "content/public/browser/browser_thread.h"
+#include "content/public/common/process_type.h"
// This class maintains state that is used to upload tracking data from the
// various processes, into the browser process. Such transactions are usually
@@ -110,14 +110,14 @@
static void DeserializeTrackingList(
int sequence_number,
const std::string& tracking_data,
- ChildProcessInfo::ProcessType process_type);
+ content::ProcessType process_type);
// Deserialize the tracking data and record that we have received tracking
// data from a process. This method is accessible on UI thread.
static void DeserializeTrackingListOnUI(
int sequence_number,
const std::string& tracking_data,
- ChildProcessInfo::ProcessType process_type);
+ content::ProcessType process_type);
private:
friend class base::RefCountedThreadSafe<TrackingSynchronizer>;
« no previous file with comments | « chrome/browser/metrics/metrics_service_unittest.cc ('k') | chrome/browser/metrics/tracking_synchronizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698