diff options
Diffstat (limited to 'chrome/browser/extensions/window_controller_list.h')
-rw-r--r-- | chrome/browser/extensions/window_controller_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/window_controller_list.h b/chrome/browser/extensions/window_controller_list.h index 2eaf233..ddb78b4 100644 --- a/chrome/browser/extensions/window_controller_list.h +++ b/chrome/browser/extensions/window_controller_list.h @@ -64,7 +64,7 @@ class WindowControllerList { static WindowControllerList* GetInstance(); private: - friend struct DefaultSingletonTraits<WindowControllerList>; + friend struct base::DefaultSingletonTraits<WindowControllerList>; // Entries are not owned by this class and must be removed when destroyed. ControllerList windows_; |