| Index: ui/base/resource/resource_bundle_win.cc
|
| diff --git a/ui/base/resource/resource_bundle_win.cc b/ui/base/resource/resource_bundle_win.cc
|
| index bba84d4b20a817cf61b90c6d081014f6e3f7d0ee..96f5409d41a312e78f3a394b0ea4ff4d2b47c44e 100644
|
| --- a/ui/base/resource/resource_bundle_win.cc
|
| +++ b/ui/base/resource/resource_bundle_win.cc
|
| @@ -33,7 +33,7 @@ FilePath GetResourcesPakFilePath(const std::string& pak_name) {
|
| return FilePath(ASCIIToUTF16(pak_name));
|
| }
|
|
|
| -} // end anonymous namespace
|
| +} // namespace
|
|
|
| void ResourceBundle::LoadCommonResources() {
|
| // As a convenience, add the current resource module as a data packs.
|
|
|