| Index: ui/gfx/win/window_impl.cc
|
| diff --git a/ui/gfx/win/window_impl.cc b/ui/gfx/win/window_impl.cc
|
| index 7f0c232ae61ca275c88b8d26fb8d6ee0cc308df5..3ca3f900102feb7beb0788c1a5e0d4fbb65b1ee1 100644
|
| --- a/ui/gfx/win/window_impl.cc
|
| +++ b/ui/gfx/win/window_impl.cc
|
| @@ -97,7 +97,7 @@ ATOM ClassRegistrar::RetrieveClassAtom(const ClassInfo& class_info) {
|
| }
|
|
|
| // No class found, need to register one.
|
| - string16 name = string16(WindowImpl::kBaseClassName) +
|
| + base::string16 name = base::string16(WindowImpl::kBaseClassName) +
|
| base::IntToString16(registered_count_++);
|
|
|
| WNDCLASSEX window_class;
|
|
|