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

Unified Diff: chrome/browser/chromeos/boot_times_loader.h

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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
Index: chrome/browser/chromeos/boot_times_loader.h
diff --git a/chrome/browser/chromeos/boot_times_loader.h b/chrome/browser/chromeos/boot_times_loader.h
index 0bf9407225e04b12fb14cec645635639fb1e612e..6a9f86dbf7c4e0b942f70c4ef58d7e549ce1de55 100644
--- a/chrome/browser/chromeos/boot_times_loader.h
+++ b/chrome/browser/chromeos/boot_times_loader.h
@@ -180,7 +180,7 @@ class BootTimesLoader
std::vector<TimeMarker> login_time_markers_;
std::vector<TimeMarker> logout_time_markers_;
- std::set<RenderWidgetHost*> render_widget_hosts_loading_;
+ std::set<content::RenderWidgetHost*> render_widget_hosts_loading_;
DISALLOW_COPY_AND_ASSIGN(BootTimesLoader);
};
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_util.cc ('k') | chrome/browser/chromeos/boot_times_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698