| Index: chrome/browser/extensions/window_controller_list.h
|
| diff --git a/chrome/browser/extensions/window_controller_list.h b/chrome/browser/extensions/window_controller_list.h
|
| index e5930143e68db5dbb2268ed1fbca6ba414e27649..15d047e60de53caceab5d73505efc3a2ef0a115a 100644
|
| --- a/chrome/browser/extensions/window_controller_list.h
|
| +++ b/chrome/browser/extensions/window_controller_list.h
|
| @@ -69,7 +69,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_;
|
|
|