diff options
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r-- | chrome/browser/browser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index a587aff..243b464 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -712,10 +712,10 @@ class Browser : public TabStripModelDelegate, NotificationRegistrar registrar_; // This Browser's type. - Type type_; + const Type type_; // This Browser's profile. - Profile* profile_; + Profile* const profile_; // This Browser's window. BrowserWindow* window_; |