Don't change chromium_src files.

This commit is contained in:
Haojian Wu 2016-07-10 15:35:54 +02:00
commit 2717b96310
22 changed files with 131 additions and 110 deletions

View file

@ -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() {