Move build_config.h from chromium/base/build to chromium/base
Moved build_config.h to mimic the include path on ChromeOS and Brillo.
On those platform, this file is included as just "build/build_config.h"
Change-Id: Ia8a30299cc7f485b38eeeddef2e5210644b3d2a3
Reviewed-on: https://weave-review.googlesource.com/1811
Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/third_party/chromium/base/location.cc b/third_party/chromium/base/location.cc
index 4b57912..98f874a 100644
--- a/third_party/chromium/base/location.cc
+++ b/third_party/chromium/base/location.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/build/build_config.h"
+#include "build/build_config.h"
#if defined(COMPILER_MSVC)
#include <intrin.h>