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/template_util.h b/third_party/chromium/base/template_util.h
index f8f507b..4b1c808 100644
--- a/third_party/chromium/base/template_util.h
+++ b/third_party/chromium/base/template_util.h
@@ -8,7 +8,7 @@
 #include <cstddef>  // For size_t.
 #include <type_traits>
 
-#include "base/build/build_config.h"
+#include "build/build_config.h"
 
 namespace base {