Commit 65e2f6ed authored by Guido Urdaneta's avatar Guido Urdaneta Committed by Commit Bot

Fix typo in standalone_service/main.cc

Drive-by: include build/build_config.h

Bug: 840815
Change-Id: I1522f2947d4649cb5d9641d76a7115a1b4330c1f
Reviewed-on: https://chromium-review.googlesource.com/1050287Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557105}
parent 37fa72b0
......@@ -13,6 +13,7 @@
#include "base/macros.h"
#include "base/process/launch.h"
#include "base/task_scheduler/task_scheduler.h"
#include "build/build_config.h"
#include "services/service_manager/public/cpp/standalone_service/standalone_service.h"
#include "services/service_manager/public/cpp/standalone_service/switches.h"
#include "services/service_manager/public/mojom/service.mojom.h"
......@@ -40,7 +41,7 @@ int main(int argc, char** argv) {
base::AtExitManager at_exit;
base::CommandLine::Init(argc, argv);
#if !defined(OFFICIAL_BIULD) && defined(OS_WIN)
#if !defined(OFFICIAL_BUILD) && defined(OS_WIN)
base::RouteStdioToConsole(false);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment