| Index: ui/base/resource/resource_bundle_android.h
|
| diff --git a/ui/base/resource/resource_bundle_android.h b/ui/base/resource/resource_bundle_android.h
|
| index be7da363ab09d2e064e7bbce2abe6dfc8cd7b840..c558ad34f7174f5d4c2535c85b1ac54f7bbd500b 100644
|
| --- a/ui/base/resource/resource_bundle_android.h
|
| +++ b/ui/base/resource/resource_bundle_android.h
|
| @@ -15,7 +15,7 @@ namespace ui {
|
|
|
| // Loads "resources.apk" from the .apk. Falls back to loading from disk, which
|
| // is necessary for tests. Returns true if it succeeds, false otherwise.
|
| -UI_BASE_EXPORT bool LoadMainAndroidPackFile(
|
| +UI_BASE_EXPORT void LoadMainAndroidPackFile(
|
| const char* path_within_apk,
|
| const base::FilePath& disk_file_path);
|
|
|
|
|