Don't change chromium_src files.
This commit is contained in:
parent
55b3f1936f
commit
2717b96310
22 changed files with 131 additions and 110 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "chrome/browser/printing/print_job_manager.h"
|
||||
#include "ui/base/l10n/l10n_util.h"
|
||||
|
||||
BrowserProcess* g_browser_process = nullptr;
|
||||
BrowserProcess* g_browser_process = NULL;
|
||||
|
||||
BrowserProcess::BrowserProcess() {
|
||||
g_browser_process = this;
|
||||
|
@ -16,7 +16,7 @@ BrowserProcess::BrowserProcess() {
|
|||
}
|
||||
|
||||
BrowserProcess::~BrowserProcess() {
|
||||
g_browser_process = nullptr;
|
||||
g_browser_process = NULL;
|
||||
}
|
||||
|
||||
std::string BrowserProcess::GetApplicationLocale() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue