| Index: ui/base/resource/resource_bundle.h
|
| diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
|
| index 7b8362848fe3ba34b00e8a7fe5aa0432998c6aec..b7613aee28303ecd8d436f362dbdbe1a322ae198 100644
|
| --- a/ui/base/resource/resource_bundle.h
|
| +++ b/ui/base/resource/resource_bundle.h
|
| @@ -249,7 +249,7 @@ class UI_EXPORT ResourceBundle {
|
| // Used on Android to load the local file in the browser process and pass it
|
| // to the sandboxed renderer process.
|
| base::FilePath GetLocaleFilePath(const std::string& app_locale,
|
| - bool test_file_exists);
|
| + bool test_file_exists);
|
|
|
| // Returns the maximum scale factor currently loaded.
|
| // Returns SCALE_FACTOR_100P if no resource is loaded.
|
|
|