Fix compile error of brave_browser_tests target (#127)
* Fix compile error of brave_browser_tests target Add missing base/strings/utf_string_conversions.h header. * Update brave_extension_provider_browsertest.cc
This commit is contained in:
committed by
Brian R. Bondy
parent
73520a20e5
commit
91d047434c
@@ -3,6 +3,7 @@
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "base/path_service.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/test/thread_test_helper.h"
|
||||
#include "brave/browser/brave_browser_process_impl.h"
|
||||
#include "brave/common/brave_paths.h"
|
||||
|
||||
Reference in New Issue
Block a user