Browse Source

basictypes.h => macros.h

Paul Betts 9 years ago
parent
commit
d2944c62a5

+ 1 - 1
atom/app/atom_library_main.h

@@ -5,7 +5,7 @@
 #ifndef ATOM_APP_ATOM_LIBRARY_MAIN_H_
 #define ATOM_APP_ATOM_LIBRARY_MAIN_H_
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 
 #if defined(OS_MACOSX)
 extern "C" {

+ 1 - 1
atom/browser/auto_updater.h

@@ -7,7 +7,7 @@
 
 #include <string>
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 
 namespace base {
 class Time;

+ 1 - 1
atom/browser/browser.h

@@ -8,7 +8,7 @@
 #include <string>
 #include <vector>
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/compiler_specific.h"
 #include "base/observer_list.h"
 #include "base/strings/string16.h"

+ 1 - 1
atom/browser/javascript_environment.h

@@ -5,7 +5,7 @@
 #ifndef ATOM_BROWSER_JAVASCRIPT_ENVIRONMENT_H_
 #define ATOM_BROWSER_JAVASCRIPT_ENVIRONMENT_H_
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "gin/public/isolate_holder.h"
 
 namespace atom {

+ 1 - 1
atom/browser/ui/views/global_menu_bar_x11.h

@@ -7,7 +7,7 @@
 
 #include <string>
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/compiler_specific.h"
 #include "ui/base/glib/glib_signal.h"
 #include "ui/gfx/native_widget_types.h"

+ 1 - 1
atom/browser/ui/win/notify_icon.h

@@ -11,7 +11,7 @@
 #include <string>
 
 #include "atom/browser/ui/tray_icon.h"
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/compiler_specific.h"
 #include "base/memory/scoped_ptr.h"
 #include "base/win/scoped_gdi_object.h"

+ 1 - 1
atom/browser/window_list.h

@@ -7,7 +7,7 @@
 
 #include <vector>
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/lazy_instance.h"
 #include "base/observer_list.h"
 

+ 1 - 1
atom/common/api/object_life_monitor.h

@@ -5,7 +5,7 @@
 #ifndef ATOM_COMMON_API_OBJECT_LIFE_MONITOR_H_
 #define ATOM_COMMON_API_OBJECT_LIFE_MONITOR_H_
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/memory/weak_ptr.h"
 #include "v8/include/v8.h"
 

+ 1 - 1
atom/common/atom_command_line.h

@@ -8,7 +8,7 @@
 #include <string>
 #include <vector>
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 
 namespace atom {
 

+ 1 - 1
atom/common/crash_reporter/crash_reporter.h

@@ -10,7 +10,7 @@
 #include <utility>
 #include <vector>
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 
 namespace crash_reporter {
 

+ 1 - 1
atom/common/crash_reporter/linux/crash_dump_handler.h

@@ -6,7 +6,7 @@
 #ifndef ATOM_COMMON_CRASH_REPORTER_LINUX_CRASH_DUMP_HANDLER_H_
 #define ATOM_COMMON_CRASH_REPORTER_LINUX_CRASH_DUMP_HANDLER_H_
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "vendor/breakpad/src/common/simple_string_dictionary.h"
 
 namespace crash_reporter {

+ 1 - 1
atom/common/crash_reporter/win/crash_service.h

@@ -7,7 +7,7 @@
 
 #include <string>
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/files/file_path.h"
 #include "base/synchronization/lock.h"
 

+ 1 - 1
atom/common/native_mate_converters/v8_value_converter.h

@@ -5,7 +5,7 @@
 #ifndef ATOM_COMMON_NATIVE_MATE_CONVERTERS_V8_VALUE_CONVERTER_H_
 #define ATOM_COMMON_NATIVE_MATE_CONVERTERS_V8_VALUE_CONVERTER_H_
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/compiler_specific.h"
 #include "v8/include/v8.h"
 

+ 1 - 1
atom/common/node_bindings.h

@@ -5,7 +5,7 @@
 #ifndef ATOM_COMMON_NODE_BINDINGS_H_
 #define ATOM_COMMON_NODE_BINDINGS_H_
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "base/memory/weak_ptr.h"
 #include "v8/include/v8.h"
 #include "vendor/node/deps/uv/include/uv.h"

+ 1 - 1
atom/renderer/node_array_buffer_bridge.cc

@@ -4,7 +4,7 @@
 
 #include "atom/renderer/node_array_buffer_bridge.h"
 
-#include "base/basictypes.h"
+#include "base/macros.h"
 #include "atom/common/node_includes.h"
 #include "native_mate/converter.h"
 #include "third_party/WebKit/public/web/WebArrayBuffer.h"