Browse Source

Move the base/sys_info* files to base/system/

https://chromium-review.googlesource.com/c/chromium/src/+/1327441
deepak1556 6 years ago
parent
commit
826f1cb90c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atom/common/node_bindings_win.cc

+ 1 - 1
atom/common/node_bindings_win.cc

@@ -7,7 +7,7 @@
 #include <windows.h>
 
 #include "base/logging.h"
-#include "base/sys_info.h"
+#include "base/system/sys_info.h"
 
 namespace atom {