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

Unified Diff: content/browser/host_zoom_map.h

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. 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 | « content/browser/gpu/gpu_process_host_ui_shim.cc ('k') | content/browser/host_zoom_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/host_zoom_map.h
diff --git a/content/browser/host_zoom_map.h b/content/browser/host_zoom_map.h
index d51e2c73fdbe3335dfce857a2118c4d2e250a985..d3232d38b624ac56ddb78e04c40d57f56b552d03 100644
--- a/content/browser/host_zoom_map.h
+++ b/content/browser/host_zoom_map.h
@@ -31,8 +31,8 @@ class GURL;
// to notifications on there (and holds a NotificationRegistrar).
class CONTENT_EXPORT HostZoomMap
: public content::NotificationObserver,
- public base::RefCountedThreadSafe<HostZoomMap,
- BrowserThread::DeleteOnUIThread> {
+ public base::RefCountedThreadSafe<
+ HostZoomMap, content::BrowserThread::DeleteOnUIThread> {
public:
explicit HostZoomMap();
explicit HostZoomMap(HostZoomMap* original);
@@ -81,9 +81,10 @@ class CONTENT_EXPORT HostZoomMap
HostZoomMap* GetOriginal() const { return original_; }
private:
- friend class base::RefCountedThreadSafe<HostZoomMap,
- BrowserThread::DeleteOnUIThread>;
- friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
+ friend class base::RefCountedThreadSafe<
+ HostZoomMap, content::BrowserThread::DeleteOnUIThread>;
+ friend struct content::BrowserThread::DeleteOnThread<
+ content::BrowserThread::UI>;
friend class DeleteTask<HostZoomMap>;
typedef std::map<std::string, double> HostZoomLevels;
« no previous file with comments | « content/browser/gpu/gpu_process_host_ui_shim.cc ('k') | content/browser/host_zoom_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698