Browse Source

chore: fix linting after shell rename

Samuel Attard 5 years ago
parent
commit
56930338e8
100 changed files with 314 additions and 314 deletions
  1. 17 17
      script/lint.js
  2. 3 3
      shell/app/atom_content_client.h
  3. 3 3
      shell/app/atom_library_main.h
  4. 3 3
      shell/app/atom_main.h
  5. 3 3
      shell/app/atom_main_delegate.h
  6. 3 3
      shell/app/atom_main_delegate_mac.h
  7. 3 3
      shell/app/command_line_args.h
  8. 3 3
      shell/app/manifests.h
  9. 3 3
      shell/app/node_main.h
  10. 3 3
      shell/app/uv_task_runner.h
  11. 3 3
      shell/browser/api/atom_api_app.h
  12. 3 3
      shell/browser/api/atom_api_auto_updater.h
  13. 3 3
      shell/browser/api/atom_api_browser_view.h
  14. 3 3
      shell/browser/api/atom_api_browser_window.h
  15. 3 3
      shell/browser/api/atom_api_cookies.h
  16. 3 3
      shell/browser/api/atom_api_debugger.h
  17. 3 3
      shell/browser/api/atom_api_desktop_capturer.h
  18. 3 3
      shell/browser/api/atom_api_download_item.h
  19. 3 3
      shell/browser/api/atom_api_global_shortcut.h
  20. 3 3
      shell/browser/api/atom_api_in_app_purchase.h
  21. 3 3
      shell/browser/api/atom_api_menu.h
  22. 3 3
      shell/browser/api/atom_api_menu_mac.h
  23. 3 3
      shell/browser/api/atom_api_menu_views.h
  24. 3 3
      shell/browser/api/atom_api_net.h
  25. 3 3
      shell/browser/api/atom_api_net_log.h
  26. 3 3
      shell/browser/api/atom_api_notification.h
  27. 3 3
      shell/browser/api/atom_api_power_monitor.h
  28. 3 3
      shell/browser/api/atom_api_power_save_blocker.h
  29. 3 3
      shell/browser/api/atom_api_protocol.h
  30. 3 3
      shell/browser/api/atom_api_protocol_ns.h
  31. 3 3
      shell/browser/api/atom_api_screen.h
  32. 3 3
      shell/browser/api/atom_api_session.h
  33. 3 3
      shell/browser/api/atom_api_system_preferences.h
  34. 3 3
      shell/browser/api/atom_api_top_level_window.h
  35. 3 3
      shell/browser/api/atom_api_tray.h
  36. 3 3
      shell/browser/api/atom_api_url_request.h
  37. 3 3
      shell/browser/api/atom_api_view.h
  38. 3 3
      shell/browser/api/atom_api_web_contents.h
  39. 3 3
      shell/browser/api/atom_api_web_contents_view.h
  40. 3 3
      shell/browser/api/atom_api_web_request.h
  41. 3 3
      shell/browser/api/event.h
  42. 3 3
      shell/browser/api/event_emitter.h
  43. 3 3
      shell/browser/api/frame_subscriber.h
  44. 3 3
      shell/browser/api/gpu_info_enumerator.h
  45. 3 3
      shell/browser/api/gpuinfo_manager.h
  46. 3 3
      shell/browser/api/process_metric.h
  47. 3 3
      shell/browser/api/save_page_handler.h
  48. 3 3
      shell/browser/api/stream_subscriber.h
  49. 3 3
      shell/browser/api/trackable_object.h
  50. 3 3
      shell/browser/api/views/atom_api_box_layout.h
  51. 3 3
      shell/browser/api/views/atom_api_button.h
  52. 3 3
      shell/browser/api/views/atom_api_label_button.h
  53. 3 3
      shell/browser/api/views/atom_api_layout_manager.h
  54. 3 3
      shell/browser/api/views/atom_api_md_text_button.h
  55. 3 3
      shell/browser/api/views/atom_api_resize_area.h
  56. 3 3
      shell/browser/api/views/atom_api_text_field.h
  57. 3 3
      shell/browser/atom_blob_reader.h
  58. 3 3
      shell/browser/atom_browser_client.h
  59. 3 3
      shell/browser/atom_browser_context.h
  60. 3 3
      shell/browser/atom_browser_main_parts.h
  61. 3 3
      shell/browser/atom_download_manager_delegate.h
  62. 3 3
      shell/browser/atom_gpu_client.h
  63. 3 3
      shell/browser/atom_javascript_dialog_manager.h
  64. 3 3
      shell/browser/atom_navigation_throttle.h
  65. 3 3
      shell/browser/atom_paths.h
  66. 3 3
      shell/browser/atom_permission_manager.h
  67. 3 3
      shell/browser/atom_quota_permission_context.h
  68. 3 3
      shell/browser/atom_speech_recognition_manager_delegate.h
  69. 3 3
      shell/browser/atom_web_ui_controller_factory.h
  70. 3 3
      shell/browser/auto_updater.h
  71. 3 3
      shell/browser/browser.h
  72. 3 3
      shell/browser/browser_observer.h
  73. 3 3
      shell/browser/browser_process_impl.h
  74. 3 3
      shell/browser/child_web_contents_tracker.h
  75. 3 3
      shell/browser/common_web_contents_delegate.h
  76. 3 3
      shell/browser/cookie_change_notifier.h
  77. 3 3
      shell/browser/fake_location_provider.h
  78. 3 3
      shell/browser/feature_list.h
  79. 3 3
      shell/browser/font_defaults.h
  80. 3 3
      shell/browser/io_thread.h
  81. 3 3
      shell/browser/javascript_environment.h
  82. 3 3
      shell/browser/lib/bluetooth_chooser.h
  83. 3 3
      shell/browser/lib/power_observer.h
  84. 3 3
      shell/browser/lib/power_observer_linux.h
  85. 3 3
      shell/browser/loader/layered_resource_handler.h
  86. 3 3
      shell/browser/login_handler.h
  87. 3 3
      shell/browser/mac/dict_util.h
  88. 3 3
      shell/browser/mac/in_app_purchase.h
  89. 3 3
      shell/browser/mac/in_app_purchase_observer.h
  90. 3 3
      shell/browser/mac/in_app_purchase_product.h
  91. 3 3
      shell/browser/media/media_capture_devices_dispatcher.h
  92. 3 3
      shell/browser/media/media_device_id_salt.h
  93. 3 3
      shell/browser/media/media_stream_devices_controller.h
  94. 3 3
      shell/browser/microtasks_runner.h
  95. 3 3
      shell/browser/native_browser_view.h
  96. 3 3
      shell/browser/native_browser_view_mac.h
  97. 3 3
      shell/browser/native_browser_view_views.h
  98. 3 3
      shell/browser/native_window.h
  99. 3 3
      shell/browser/native_window_mac.h
  100. 3 3
      shell/browser/native_window_observer.h

+ 17 - 17
script/lint.js

@@ -11,21 +11,21 @@ const SOURCE_ROOT = path.normalize(path.dirname(__dirname))
 const DEPOT_TOOLS = path.resolve(SOURCE_ROOT, '..', 'third_party', 'depot_tools')
 
 const BLACKLIST = new Set([
-  ['atom', 'browser', 'mac', 'atom_application.h'],
-  ['atom', 'browser', 'mac', 'atom_application_delegate.h'],
-  ['atom', 'browser', 'resources', 'win', 'resource.h'],
-  ['atom', 'browser', 'notifications', 'mac', 'notification_center_delegate.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'atom_menu_controller.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'atom_ns_window.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'atom_ns_window_delegate.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'atom_preview_item.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'atom_touch_bar.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'atom_inspectable_web_contents_view.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'event_dispatching_window.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'touch_bar_forward_declarations.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'NSColor+Hex.h'],
-  ['atom', 'browser', 'ui', 'cocoa', 'NSString+ANSI.h'],
-  ['atom', 'common', 'node_includes.h'],
+  ['shell', 'browser', 'mac', 'atom_application.h'],
+  ['shell', 'browser', 'mac', 'atom_application_delegate.h'],
+  ['shell', 'browser', 'resources', 'win', 'resource.h'],
+  ['shell', 'browser', 'notifications', 'mac', 'notification_center_delegate.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'atom_menu_controller.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'atom_ns_window.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'atom_ns_window_delegate.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'atom_preview_item.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'atom_touch_bar.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'atom_inspectable_web_contents_view.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'event_dispatching_window.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'touch_bar_forward_declarations.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'NSColor+Hex.h'],
+  ['shell', 'browser', 'ui', 'cocoa', 'NSString+ANSI.h'],
+  ['shell', 'common', 'node_includes.h'],
   ['spec', 'static', 'jquery-2.0.3.min.js'],
   ['spec', 'ts-smoke', 'electron', 'main.ts'],
   ['spec', 'ts-smoke', 'electron', 'renderer.ts'],
@@ -55,7 +55,7 @@ function cpplint (args) {
 
 const LINTERS = [ {
   key: 'c++',
-  roots: ['atom', 'native_mate'],
+  roots: ['shell', 'native_mate'],
   test: filename => filename.endsWith('.cc') || filename.endsWith('.h'),
   run: (opts, filenames) => {
     if (opts.fix) {
@@ -67,7 +67,7 @@ const LINTERS = [ {
   }
 }, {
   key: 'objc',
-  roots: ['atom'],
+  roots: ['shell'],
   test: filename => filename.endsWith('.mm'),
   run: (opts, filenames) => {
     if (opts.fix) {

+ 3 - 3
shell/app/atom_content_client.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_ATOM_CONTENT_CLIENT_H_
-#define ATOM_APP_ATOM_CONTENT_CLIENT_H_
+#ifndef SHELL_APP_ATOM_CONTENT_CLIENT_H_
+#define SHELL_APP_ATOM_CONTENT_CLIENT_H_
 
 #include <set>
 #include <string>
@@ -39,4 +39,4 @@ class AtomContentClient : public content::ContentClient {
 
 }  // namespace atom
 
-#endif  // ATOM_APP_ATOM_CONTENT_CLIENT_H_
+#endif  // SHELL_APP_ATOM_CONTENT_CLIENT_H_

+ 3 - 3
shell/app/atom_library_main.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_ATOM_LIBRARY_MAIN_H_
-#define ATOM_APP_ATOM_LIBRARY_MAIN_H_
+#ifndef SHELL_APP_ATOM_LIBRARY_MAIN_H_
+#define SHELL_APP_ATOM_LIBRARY_MAIN_H_
 
 #include "build/build_config.h"
 #include "electron/buildflags/buildflags.h"
@@ -20,4 +20,4 @@ __attribute__((visibility("default"))) int AtomInitializeICUandStartNode(
 }
 #endif  // OS_MACOSX
 
-#endif  // ATOM_APP_ATOM_LIBRARY_MAIN_H_
+#endif  // SHELL_APP_ATOM_LIBRARY_MAIN_H_

+ 3 - 3
shell/app/atom_main.h

@@ -2,9 +2,9 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_ATOM_MAIN_H_
-#define ATOM_APP_ATOM_MAIN_H_
+#ifndef SHELL_APP_ATOM_MAIN_H_
+#define SHELL_APP_ATOM_MAIN_H_
 
 #include "content/public/app/content_main.h"
 
-#endif  // ATOM_APP_ATOM_MAIN_H_
+#endif  // SHELL_APP_ATOM_MAIN_H_

+ 3 - 3
shell/app/atom_main_delegate.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_ATOM_MAIN_DELEGATE_H_
-#define ATOM_APP_ATOM_MAIN_DELEGATE_H_
+#ifndef SHELL_APP_ATOM_MAIN_DELEGATE_H_
+#define SHELL_APP_ATOM_MAIN_DELEGATE_H_
 
 #include <memory>
 #include <string>
@@ -58,4 +58,4 @@ class AtomMainDelegate : public content::ContentMainDelegate {
 
 }  // namespace atom
 
-#endif  // ATOM_APP_ATOM_MAIN_DELEGATE_H_
+#endif  // SHELL_APP_ATOM_MAIN_DELEGATE_H_

+ 3 - 3
shell/app/atom_main_delegate_mac.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_ATOM_MAIN_DELEGATE_MAC_H_
-#define ATOM_APP_ATOM_MAIN_DELEGATE_MAC_H_
+#ifndef SHELL_APP_ATOM_MAIN_DELEGATE_MAC_H_
+#define SHELL_APP_ATOM_MAIN_DELEGATE_MAC_H_
 
 namespace atom {
 
@@ -12,4 +12,4 @@ void RegisterAtomCrApp();
 
 }  // namespace atom
 
-#endif  // ATOM_APP_ATOM_MAIN_DELEGATE_MAC_H_
+#endif  // SHELL_APP_ATOM_MAIN_DELEGATE_MAC_H_

+ 3 - 3
shell/app/command_line_args.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_COMMAND_LINE_ARGS_H_
-#define ATOM_APP_COMMAND_LINE_ARGS_H_
+#ifndef SHELL_APP_COMMAND_LINE_ARGS_H_
+#define SHELL_APP_COMMAND_LINE_ARGS_H_
 
 #include "base/command_line.h"
 
@@ -13,4 +13,4 @@ bool CheckCommandLineArguments(int argc, base::CommandLine::CharType** argv);
 
 }  // namespace atom
 
-#endif  // ATOM_APP_COMMAND_LINE_ARGS_H_
+#endif  // SHELL_APP_COMMAND_LINE_ARGS_H_

+ 3 - 3
shell/app/manifests.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_MANIFESTS_H_
-#define ATOM_APP_MANIFESTS_H_
+#ifndef SHELL_APP_MANIFESTS_H_
+#define SHELL_APP_MANIFESTS_H_
 
 #include <vector>
 
@@ -13,4 +13,4 @@ const service_manager::Manifest& GetElectronContentBrowserOverlayManifest();
 const std::vector<service_manager::Manifest>&
 GetElectronBuiltinServiceManifests();
 
-#endif  // ATOM_APP_MANIFESTS_H_
+#endif  // SHELL_APP_MANIFESTS_H_

+ 3 - 3
shell/app/node_main.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_NODE_MAIN_H_
-#define ATOM_APP_NODE_MAIN_H_
+#ifndef SHELL_APP_NODE_MAIN_H_
+#define SHELL_APP_NODE_MAIN_H_
 
 namespace atom {
 
@@ -11,4 +11,4 @@ int NodeMain(int argc, char* argv[]);
 
 }  // namespace atom
 
-#endif  // ATOM_APP_NODE_MAIN_H_
+#endif  // SHELL_APP_NODE_MAIN_H_

+ 3 - 3
shell/app/uv_task_runner.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_APP_UV_TASK_RUNNER_H_
-#define ATOM_APP_UV_TASK_RUNNER_H_
+#ifndef SHELL_APP_UV_TASK_RUNNER_H_
+#define SHELL_APP_UV_TASK_RUNNER_H_
 
 #include <map>
 
@@ -42,4 +42,4 @@ class UvTaskRunner : public base::SingleThreadTaskRunner {
 
 }  // namespace atom
 
-#endif  // ATOM_APP_UV_TASK_RUNNER_H_
+#endif  // SHELL_APP_UV_TASK_RUNNER_H_

+ 3 - 3
shell/browser/api/atom_api_app.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_APP_H_
-#define ATOM_BROWSER_API_ATOM_API_APP_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_APP_H_
+#define SHELL_BROWSER_API_ATOM_API_APP_H_
 
 #include <memory>
 #include <string>
@@ -246,4 +246,4 @@ class App : public AtomBrowserClient::Delegate,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_APP_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_APP_H_

+ 3 - 3
shell/browser/api/atom_api_auto_updater.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_AUTO_UPDATER_H_
-#define ATOM_BROWSER_API_ATOM_API_AUTO_UPDATER_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_AUTO_UPDATER_H_
+#define SHELL_BROWSER_API_ATOM_API_AUTO_UPDATER_H_
 
 #include <string>
 
@@ -58,4 +58,4 @@ class AutoUpdater : public mate::EventEmitter<AutoUpdater>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_AUTO_UPDATER_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_AUTO_UPDATER_H_

+ 3 - 3
shell/browser/api/atom_api_browser_view.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_BROWSER_VIEW_H_
-#define ATOM_BROWSER_API_ATOM_API_BROWSER_VIEW_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_BROWSER_VIEW_H_
+#define SHELL_BROWSER_API_ATOM_API_BROWSER_VIEW_H_
 
 #include <memory>
 #include <string>
@@ -75,4 +75,4 @@ class BrowserView : public mate::TrackableObject<BrowserView>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_BROWSER_VIEW_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_BROWSER_VIEW_H_

+ 3 - 3
shell/browser/api/atom_api_browser_window.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_BROWSER_WINDOW_H_
-#define ATOM_BROWSER_API_ATOM_API_BROWSER_WINDOW_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_BROWSER_WINDOW_H_
+#define SHELL_BROWSER_API_ATOM_API_BROWSER_WINDOW_H_
 
 #include <memory>
 #include <string>
@@ -127,4 +127,4 @@ class BrowserWindow : public TopLevelWindow,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_BROWSER_WINDOW_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_BROWSER_WINDOW_H_

+ 3 - 3
shell/browser/api/atom_api_cookies.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_COOKIES_H_
-#define ATOM_BROWSER_API_ATOM_API_COOKIES_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_COOKIES_H_
+#define SHELL_BROWSER_API_ATOM_API_COOKIES_H_
 
 #include <memory>
 #include <string>
@@ -62,4 +62,4 @@ class Cookies : public mate::TrackableObject<Cookies> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_COOKIES_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_COOKIES_H_

+ 3 - 3
shell/browser/api/atom_api_debugger.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_DEBUGGER_H_
-#define ATOM_BROWSER_API_ATOM_API_DEBUGGER_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_DEBUGGER_H_
+#define SHELL_BROWSER_API_ATOM_API_DEBUGGER_H_
 
 #include <map>
 #include <string>
@@ -75,4 +75,4 @@ class Debugger : public mate::TrackableObject<Debugger>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_DEBUGGER_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_DEBUGGER_H_

+ 3 - 3
shell/browser/api/atom_api_desktop_capturer.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_DESKTOP_CAPTURER_H_
-#define ATOM_BROWSER_API_ATOM_API_DESKTOP_CAPTURER_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_DESKTOP_CAPTURER_H_
+#define SHELL_BROWSER_API_ATOM_API_DESKTOP_CAPTURER_H_
 
 #include <memory>
 #include <string>
@@ -75,4 +75,4 @@ class DesktopCapturer : public mate::TrackableObject<DesktopCapturer>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_DESKTOP_CAPTURER_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_DESKTOP_CAPTURER_H_

+ 3 - 3
shell/browser/api/atom_api_download_item.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_DOWNLOAD_ITEM_H_
-#define ATOM_BROWSER_API_ATOM_API_DOWNLOAD_ITEM_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_DOWNLOAD_ITEM_H_
+#define SHELL_BROWSER_API_ATOM_API_DOWNLOAD_ITEM_H_
 
 #include <string>
 #include <vector>
@@ -71,4 +71,4 @@ class DownloadItem : public mate::TrackableObject<DownloadItem>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_DOWNLOAD_ITEM_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_DOWNLOAD_ITEM_H_

+ 3 - 3
shell/browser/api/atom_api_global_shortcut.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_GLOBAL_SHORTCUT_H_
-#define ATOM_BROWSER_API_ATOM_API_GLOBAL_SHORTCUT_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_GLOBAL_SHORTCUT_H_
+#define SHELL_BROWSER_API_ATOM_API_GLOBAL_SHORTCUT_H_
 
 #include <map>
 #include <string>
@@ -55,4 +55,4 @@ class GlobalShortcut : public extensions::GlobalShortcutListener::Observer,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_GLOBAL_SHORTCUT_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_GLOBAL_SHORTCUT_H_

+ 3 - 3
shell/browser/api/atom_api_in_app_purchase.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_IN_APP_PURCHASE_H_
-#define ATOM_BROWSER_API_ATOM_API_IN_APP_PURCHASE_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_IN_APP_PURCHASE_H_
+#define SHELL_BROWSER_API_ATOM_API_IN_APP_PURCHASE_H_
 
 #include <string>
 #include <vector>
@@ -49,4 +49,4 @@ class InAppPurchase : public mate::EventEmitter<InAppPurchase>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_IN_APP_PURCHASE_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_IN_APP_PURCHASE_H_

+ 3 - 3
shell/browser/api/atom_api_menu.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_MENU_H_
-#define ATOM_BROWSER_API_ATOM_API_MENU_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_MENU_H_
+#define SHELL_BROWSER_API_ATOM_API_MENU_H_
 
 #include <memory>
 #include <string>
@@ -142,4 +142,4 @@ struct Converter<atom::AtomMenuModel*> {
 
 }  // namespace mate
 
-#endif  // ATOM_BROWSER_API_ATOM_API_MENU_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_MENU_H_

+ 3 - 3
shell/browser/api/atom_api_menu_mac.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_MENU_MAC_H_
-#define ATOM_BROWSER_API_ATOM_API_MENU_MAC_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_MENU_MAC_H_
+#define SHELL_BROWSER_API_ATOM_API_MENU_MAC_H_
 
 #include "shell/browser/api/atom_api_menu.h"
 
@@ -55,4 +55,4 @@ class MenuMac : public Menu {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_MENU_MAC_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_MENU_MAC_H_

+ 3 - 3
shell/browser/api/atom_api_menu_views.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_MENU_VIEWS_H_
-#define ATOM_BROWSER_API_ATOM_API_MENU_VIEWS_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_MENU_VIEWS_H_
+#define SHELL_BROWSER_API_ATOM_API_MENU_VIEWS_H_
 
 #include <map>
 #include <memory>
@@ -45,4 +45,4 @@ class MenuViews : public Menu {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_MENU_VIEWS_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_MENU_VIEWS_H_

+ 3 - 3
shell/browser/api/atom_api_net.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_NET_H_
-#define ATOM_BROWSER_API_ATOM_API_NET_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_NET_H_
+#define SHELL_BROWSER_API_ATOM_API_NET_H_
 
 #include "shell/browser/api/event_emitter.h"
 
@@ -32,4 +32,4 @@ class Net : public mate::EventEmitter<Net> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_NET_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_NET_H_

+ 3 - 3
shell/browser/api/atom_api_net_log.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_NET_LOG_H_
-#define ATOM_BROWSER_API_ATOM_API_NET_LOG_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_NET_LOG_H_
+#define SHELL_BROWSER_API_ATOM_API_NET_LOG_H_
 
 #include <list>
 #include <memory>
@@ -65,4 +65,4 @@ class NetLog : public mate::TrackableObject<NetLog> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_NET_LOG_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_NET_LOG_H_

+ 3 - 3
shell/browser/api/atom_api_notification.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_NOTIFICATION_H_
-#define ATOM_BROWSER_API_ATOM_API_NOTIFICATION_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_NOTIFICATION_H_
+#define SHELL_BROWSER_API_ATOM_API_NOTIFICATION_H_
 
 #include <memory>
 #include <string>
@@ -94,4 +94,4 @@ class Notification : public mate::TrackableObject<Notification>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_NOTIFICATION_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_NOTIFICATION_H_

+ 3 - 3
shell/browser/api/atom_api_power_monitor.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_POWER_MONITOR_H_
-#define ATOM_BROWSER_API_ATOM_API_POWER_MONITOR_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_POWER_MONITOR_H_
+#define SHELL_BROWSER_API_ATOM_API_POWER_MONITOR_H_
 
 #include "base/compiler_specific.h"
 #include "native_mate/handle.h"
@@ -78,4 +78,4 @@ class PowerMonitor : public mate::TrackableObject<PowerMonitor>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_POWER_MONITOR_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_POWER_MONITOR_H_

+ 3 - 3
shell/browser/api/atom_api_power_save_blocker.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_POWER_SAVE_BLOCKER_H_
-#define ATOM_BROWSER_API_ATOM_API_POWER_SAVE_BLOCKER_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_POWER_SAVE_BLOCKER_H_
+#define SHELL_BROWSER_API_ATOM_API_POWER_SAVE_BLOCKER_H_
 
 #include <map>
 #include <memory>
@@ -58,4 +58,4 @@ class PowerSaveBlocker : public gin::Wrappable<PowerSaveBlocker> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_POWER_SAVE_BLOCKER_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_POWER_SAVE_BLOCKER_H_

+ 3 - 3
shell/browser/api/atom_api_protocol.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_PROTOCOL_H_
-#define ATOM_BROWSER_API_ATOM_API_PROTOCOL_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_PROTOCOL_H_
+#define SHELL_BROWSER_API_ATOM_API_PROTOCOL_H_
 
 #include <map>
 #include <memory>
@@ -195,4 +195,4 @@ class Protocol : public mate::TrackableObject<Protocol> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_PROTOCOL_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_PROTOCOL_H_

+ 3 - 3
shell/browser/api/atom_api_protocol_ns.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_PROTOCOL_NS_H_
-#define ATOM_BROWSER_API_ATOM_API_PROTOCOL_NS_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_PROTOCOL_NS_H_
+#define SHELL_BROWSER_API_ATOM_API_PROTOCOL_NS_H_
 
 #include <string>
 
@@ -92,4 +92,4 @@ class ProtocolNS : public mate::TrackableObject<ProtocolNS> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_PROTOCOL_NS_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_PROTOCOL_NS_H_

+ 3 - 3
shell/browser/api/atom_api_screen.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_SCREEN_H_
-#define ATOM_BROWSER_API_ATOM_API_SCREEN_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_SCREEN_H_
+#define SHELL_BROWSER_API_ATOM_API_SCREEN_H_
 
 #include <vector>
 
@@ -56,4 +56,4 @@ class Screen : public mate::EventEmitter<Screen>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_SCREEN_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_SCREEN_H_

+ 3 - 3
shell/browser/api/atom_api_session.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_SESSION_H_
-#define ATOM_BROWSER_API_ATOM_API_SESSION_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_SESSION_H_
+#define SHELL_BROWSER_API_ATOM_API_SESSION_H_
 
 #include <string>
 #include <vector>
@@ -113,4 +113,4 @@ class Session : public mate::TrackableObject<Session>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_SESSION_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_SESSION_H_

+ 3 - 3
shell/browser/api/atom_api_system_preferences.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_SYSTEM_PREFERENCES_H_
-#define ATOM_BROWSER_API_ATOM_API_SYSTEM_PREFERENCES_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_SYSTEM_PREFERENCES_H_
+#define SHELL_BROWSER_API_ATOM_API_SYSTEM_PREFERENCES_H_
 
 #include <memory>
 #include <string>
@@ -168,4 +168,4 @@ class SystemPreferences : public mate::EventEmitter<SystemPreferences>
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_SYSTEM_PREFERENCES_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_SYSTEM_PREFERENCES_H_

+ 3 - 3
shell/browser/api/atom_api_top_level_window.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_TOP_LEVEL_WINDOW_H_
-#define ATOM_BROWSER_API_ATOM_API_TOP_LEVEL_WINDOW_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_TOP_LEVEL_WINDOW_H_
+#define SHELL_BROWSER_API_ATOM_API_TOP_LEVEL_WINDOW_H_
 
 #include <map>
 #include <memory>
@@ -283,4 +283,4 @@ struct Converter<atom::NativeWindow*> {
 
 }  // namespace mate
 
-#endif  // ATOM_BROWSER_API_ATOM_API_TOP_LEVEL_WINDOW_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_TOP_LEVEL_WINDOW_H_

+ 3 - 3
shell/browser/api/atom_api_tray.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_TRAY_H_
-#define ATOM_BROWSER_API_ATOM_API_TRAY_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_TRAY_H_
+#define SHELL_BROWSER_API_ATOM_API_TRAY_H_
 
 #include <memory>
 #include <string>
@@ -89,4 +89,4 @@ class Tray : public mate::TrackableObject<Tray>, public TrayIconObserver {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_TRAY_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_TRAY_H_

+ 3 - 3
shell/browser/api/atom_api_url_request.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_URL_REQUEST_H_
-#define ATOM_BROWSER_API_ATOM_API_URL_REQUEST_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_URL_REQUEST_H_
+#define SHELL_BROWSER_API_ATOM_API_URL_REQUEST_H_
 
 #include <array>
 #include <string>
@@ -211,4 +211,4 @@ class URLRequest : public mate::EventEmitter<URLRequest> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_URL_REQUEST_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_URL_REQUEST_H_

+ 3 - 3
shell/browser/api/atom_api_view.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_VIEW_H_
-#define ATOM_BROWSER_API_ATOM_API_VIEW_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_VIEW_H_
+#define SHELL_BROWSER_API_ATOM_API_VIEW_H_
 
 #include <memory>
 #include <vector>
@@ -71,4 +71,4 @@ struct Converter<views::View*> {
 
 }  // namespace mate
 
-#endif  // ATOM_BROWSER_API_ATOM_API_VIEW_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_VIEW_H_

+ 3 - 3
shell/browser/api/atom_api_web_contents.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_H_
-#define ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_WEB_CONTENTS_H_
+#define SHELL_BROWSER_API_ATOM_API_WEB_CONTENTS_H_
 
 #include <map>
 #include <memory>
@@ -575,4 +575,4 @@ class WebContents : public mate::TrackableObject<WebContents>,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_WEB_CONTENTS_H_

+ 3 - 3
shell/browser/api/atom_api_web_contents_view.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_VIEW_H_
-#define ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_VIEW_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_WEB_CONTENTS_VIEW_H_
+#define SHELL_BROWSER_API_ATOM_API_WEB_CONTENTS_VIEW_H_
 
 #include "content/public/browser/web_contents_observer.h"
 #include "native_mate/handle.h"
@@ -46,4 +46,4 @@ class WebContentsView : public View, public content::WebContentsObserver {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_WEB_CONTENTS_VIEW_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_WEB_CONTENTS_VIEW_H_

+ 3 - 3
shell/browser/api/atom_api_web_request.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_WEB_REQUEST_H_
-#define ATOM_BROWSER_API_ATOM_API_WEB_REQUEST_H_
+#ifndef SHELL_BROWSER_API_ATOM_API_WEB_REQUEST_H_
+#define SHELL_BROWSER_API_ATOM_API_WEB_REQUEST_H_
 
 #include "native_mate/arguments.h"
 #include "native_mate/handle.h"
@@ -46,4 +46,4 @@ class WebRequest : public mate::TrackableObject<WebRequest> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_WEB_REQUEST_H_
+#endif  // SHELL_BROWSER_API_ATOM_API_WEB_REQUEST_H_

+ 3 - 3
shell/browser/api/event.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_EVENT_H_
-#define ATOM_BROWSER_API_EVENT_H_
+#ifndef SHELL_BROWSER_API_EVENT_H_
+#define SHELL_BROWSER_API_EVENT_H_
 
 #include "base/optional.h"
 #include "content/public/browser/web_contents_observer.h"
@@ -56,4 +56,4 @@ class Event : public Wrappable<Event>, public content::WebContentsObserver {
 
 }  // namespace mate
 
-#endif  // ATOM_BROWSER_API_EVENT_H_
+#endif  // SHELL_BROWSER_API_EVENT_H_

+ 3 - 3
shell/browser/api/event_emitter.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_EVENT_EMITTER_H_
-#define ATOM_BROWSER_API_EVENT_EMITTER_H_
+#ifndef SHELL_BROWSER_API_EVENT_EMITTER_H_
+#define SHELL_BROWSER_API_EVENT_EMITTER_H_
 
 #include <utility>
 #include <vector>
@@ -122,4 +122,4 @@ class EventEmitter : public Wrappable<T> {
 
 }  // namespace mate
 
-#endif  // ATOM_BROWSER_API_EVENT_EMITTER_H_
+#endif  // SHELL_BROWSER_API_EVENT_EMITTER_H_

+ 3 - 3
shell/browser/api/frame_subscriber.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_FRAME_SUBSCRIBER_H_
-#define ATOM_BROWSER_API_FRAME_SUBSCRIBER_H_
+#ifndef SHELL_BROWSER_API_FRAME_SUBSCRIBER_H_
+#define SHELL_BROWSER_API_FRAME_SUBSCRIBER_H_
 
 #include <memory>
 
@@ -72,4 +72,4 @@ class FrameSubscriber : public content::WebContentsObserver,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_FRAME_SUBSCRIBER_H_
+#endif  // SHELL_BROWSER_API_FRAME_SUBSCRIBER_H_

+ 3 - 3
shell/browser/api/gpu_info_enumerator.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_GPU_INFO_ENUMERATOR_H_
-#define ATOM_BROWSER_API_GPU_INFO_ENUMERATOR_H_
+#ifndef SHELL_BROWSER_API_GPU_INFO_ENUMERATOR_H_
+#define SHELL_BROWSER_API_GPU_INFO_ENUMERATOR_H_
 
 #include <memory>
 #include <stack>
@@ -57,4 +57,4 @@ class GPUInfoEnumerator final : public gpu::GPUInfo::Enumerator {
 };
 
 }  // namespace atom
-#endif  // ATOM_BROWSER_API_GPU_INFO_ENUMERATOR_H_
+#endif  // SHELL_BROWSER_API_GPU_INFO_ENUMERATOR_H_

+ 3 - 3
shell/browser/api/gpuinfo_manager.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_GPUINFO_MANAGER_H_
-#define ATOM_BROWSER_API_GPUINFO_MANAGER_H_
+#ifndef SHELL_BROWSER_API_GPUINFO_MANAGER_H_
+#define SHELL_BROWSER_API_GPUINFO_MANAGER_H_
 
 #include <memory>
 #include <unordered_set>
@@ -46,4 +46,4 @@ class GPUInfoManager : public content::GpuDataManagerObserver {
 };
 
 }  // namespace atom
-#endif  // ATOM_BROWSER_API_GPUINFO_MANAGER_H_
+#endif  // SHELL_BROWSER_API_GPUINFO_MANAGER_H_

+ 3 - 3
shell/browser/api/process_metric.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_PROCESS_METRIC_H_
-#define ATOM_BROWSER_API_PROCESS_METRIC_H_
+#ifndef SHELL_BROWSER_API_PROCESS_METRIC_H_
+#define SHELL_BROWSER_API_PROCESS_METRIC_H_
 
 #include <memory>
 
@@ -43,4 +43,4 @@ struct ProcessMetric {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_PROCESS_METRIC_H_
+#endif  // SHELL_BROWSER_API_PROCESS_METRIC_H_

+ 3 - 3
shell/browser/api/save_page_handler.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_SAVE_PAGE_HANDLER_H_
-#define ATOM_BROWSER_API_SAVE_PAGE_HANDLER_H_
+#ifndef SHELL_BROWSER_API_SAVE_PAGE_HANDLER_H_
+#define SHELL_BROWSER_API_SAVE_PAGE_HANDLER_H_
 
 #include <string>
 
@@ -54,4 +54,4 @@ class SavePageHandler : public content::DownloadManager::Observer,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_SAVE_PAGE_HANDLER_H_
+#endif  // SHELL_BROWSER_API_SAVE_PAGE_HANDLER_H_

+ 3 - 3
shell/browser/api/stream_subscriber.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_STREAM_SUBSCRIBER_H_
-#define ATOM_BROWSER_API_STREAM_SUBSCRIBER_H_
+#ifndef SHELL_BROWSER_API_STREAM_SUBSCRIBER_H_
+#define SHELL_BROWSER_API_STREAM_SUBSCRIBER_H_
 
 #include <map>
 #include <memory>
@@ -65,4 +65,4 @@ class StreamSubscriber
 
 }  // namespace mate
 
-#endif  // ATOM_BROWSER_API_STREAM_SUBSCRIBER_H_
+#endif  // SHELL_BROWSER_API_STREAM_SUBSCRIBER_H_

+ 3 - 3
shell/browser/api/trackable_object.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_TRACKABLE_OBJECT_H_
-#define ATOM_BROWSER_API_TRACKABLE_OBJECT_H_
+#ifndef SHELL_BROWSER_API_TRACKABLE_OBJECT_H_
+#define SHELL_BROWSER_API_TRACKABLE_OBJECT_H_
 
 #include <vector>
 
@@ -134,4 +134,4 @@ atom::KeyWeakMap<int32_t>* TrackableObject<T>::weak_map_ = nullptr;
 
 }  // namespace mate
 
-#endif  // ATOM_BROWSER_API_TRACKABLE_OBJECT_H_
+#endif  // SHELL_BROWSER_API_TRACKABLE_OBJECT_H_

+ 3 - 3
shell/browser/api/views/atom_api_box_layout.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_VIEWS_ATOM_API_BOX_LAYOUT_H_
-#define ATOM_BROWSER_API_VIEWS_ATOM_API_BOX_LAYOUT_H_
+#ifndef SHELL_BROWSER_API_VIEWS_ATOM_API_BOX_LAYOUT_H_
+#define SHELL_BROWSER_API_VIEWS_ATOM_API_BOX_LAYOUT_H_
 
 #include "native_mate/handle.h"
 #include "shell/browser/api/views/atom_api_layout_manager.h"
@@ -37,4 +37,4 @@ class BoxLayout : public LayoutManager {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_VIEWS_ATOM_API_BOX_LAYOUT_H_
+#endif  // SHELL_BROWSER_API_VIEWS_ATOM_API_BOX_LAYOUT_H_

+ 3 - 3
shell/browser/api/views/atom_api_button.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_VIEWS_ATOM_API_BUTTON_H_
-#define ATOM_BROWSER_API_VIEWS_ATOM_API_BUTTON_H_
+#ifndef SHELL_BROWSER_API_VIEWS_ATOM_API_BUTTON_H_
+#define SHELL_BROWSER_API_VIEWS_ATOM_API_BUTTON_H_
 
 #include "native_mate/handle.h"
 #include "shell/browser/api/atom_api_view.h"
@@ -37,4 +37,4 @@ class Button : public View, public views::ButtonListener {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_VIEWS_ATOM_API_BUTTON_H_
+#endif  // SHELL_BROWSER_API_VIEWS_ATOM_API_BUTTON_H_

+ 3 - 3
shell/browser/api/views/atom_api_label_button.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_VIEWS_ATOM_API_LABEL_BUTTON_H_
-#define ATOM_BROWSER_API_VIEWS_ATOM_API_LABEL_BUTTON_H_
+#ifndef SHELL_BROWSER_API_VIEWS_ATOM_API_LABEL_BUTTON_H_
+#define SHELL_BROWSER_API_VIEWS_ATOM_API_LABEL_BUTTON_H_
 
 #include <string>
 
@@ -44,4 +44,4 @@ class LabelButton : public Button {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_VIEWS_ATOM_API_LABEL_BUTTON_H_
+#endif  // SHELL_BROWSER_API_VIEWS_ATOM_API_LABEL_BUTTON_H_

+ 3 - 3
shell/browser/api/views/atom_api_layout_manager.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_VIEWS_ATOM_API_LAYOUT_MANAGER_H_
-#define ATOM_BROWSER_API_VIEWS_ATOM_API_LAYOUT_MANAGER_H_
+#ifndef SHELL_BROWSER_API_VIEWS_ATOM_API_LAYOUT_MANAGER_H_
+#define SHELL_BROWSER_API_VIEWS_ATOM_API_LAYOUT_MANAGER_H_
 
 #include <memory>
 
@@ -41,4 +41,4 @@ class LayoutManager : public mate::TrackableObject<LayoutManager> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_VIEWS_ATOM_API_LAYOUT_MANAGER_H_
+#endif  // SHELL_BROWSER_API_VIEWS_ATOM_API_LAYOUT_MANAGER_H_

+ 3 - 3
shell/browser/api/views/atom_api_md_text_button.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_VIEWS_ATOM_API_MD_TEXT_BUTTON_H_
-#define ATOM_BROWSER_API_VIEWS_ATOM_API_MD_TEXT_BUTTON_H_
+#ifndef SHELL_BROWSER_API_VIEWS_ATOM_API_MD_TEXT_BUTTON_H_
+#define SHELL_BROWSER_API_VIEWS_ATOM_API_MD_TEXT_BUTTON_H_
 
 #include <string>
 
@@ -38,4 +38,4 @@ class MdTextButton : public LabelButton {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_VIEWS_ATOM_API_MD_TEXT_BUTTON_H_
+#endif  // SHELL_BROWSER_API_VIEWS_ATOM_API_MD_TEXT_BUTTON_H_

+ 3 - 3
shell/browser/api/views/atom_api_resize_area.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_VIEWS_ATOM_API_RESIZE_AREA_H_
-#define ATOM_BROWSER_API_VIEWS_ATOM_API_RESIZE_AREA_H_
+#ifndef SHELL_BROWSER_API_VIEWS_ATOM_API_RESIZE_AREA_H_
+#define SHELL_BROWSER_API_VIEWS_ATOM_API_RESIZE_AREA_H_
 
 #include "native_mate/handle.h"
 #include "shell/browser/api/atom_api_view.h"
@@ -40,4 +40,4 @@ class ResizeArea : public View, protected views::ResizeAreaDelegate {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_VIEWS_ATOM_API_RESIZE_AREA_H_
+#endif  // SHELL_BROWSER_API_VIEWS_ATOM_API_RESIZE_AREA_H_

+ 3 - 3
shell/browser/api/views/atom_api_text_field.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_VIEWS_ATOM_API_TEXT_FIELD_H_
-#define ATOM_BROWSER_API_VIEWS_ATOM_API_TEXT_FIELD_H_
+#ifndef SHELL_BROWSER_API_VIEWS_ATOM_API_TEXT_FIELD_H_
+#define SHELL_BROWSER_API_VIEWS_ATOM_API_TEXT_FIELD_H_
 
 #include "native_mate/handle.h"
 #include "shell/browser/api/atom_api_view.h"
@@ -39,4 +39,4 @@ class TextField : public View {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_VIEWS_ATOM_API_TEXT_FIELD_H_
+#endif  // SHELL_BROWSER_API_VIEWS_ATOM_API_TEXT_FIELD_H_

+ 3 - 3
shell/browser/atom_blob_reader.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_BLOB_READER_H_
-#define ATOM_BROWSER_ATOM_BLOB_READER_H_
+#ifndef SHELL_BROWSER_ATOM_BLOB_READER_H_
+#define SHELL_BROWSER_ATOM_BLOB_READER_H_
 
 #include <memory>
 #include <string>
@@ -72,4 +72,4 @@ class AtomBlobReader {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_BLOB_READER_H_
+#endif  // SHELL_BROWSER_ATOM_BLOB_READER_H_

+ 3 - 3
shell/browser/atom_browser_client.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_BROWSER_CLIENT_H_
-#define ATOM_BROWSER_ATOM_BROWSER_CLIENT_H_
+#ifndef SHELL_BROWSER_ATOM_BROWSER_CLIENT_H_
+#define SHELL_BROWSER_ATOM_BROWSER_CLIENT_H_
 
 #include <map>
 #include <memory>
@@ -260,4 +260,4 @@ class AtomBrowserClient : public content::ContentBrowserClient,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_BROWSER_CLIENT_H_
+#endif  // SHELL_BROWSER_ATOM_BROWSER_CLIENT_H_

+ 3 - 3
shell/browser/atom_browser_context.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_BROWSER_CONTEXT_H_
-#define ATOM_BROWSER_ATOM_BROWSER_CONTEXT_H_
+#ifndef SHELL_BROWSER_ATOM_BROWSER_CONTEXT_H_
+#define SHELL_BROWSER_ATOM_BROWSER_CONTEXT_H_
 
 #include <map>
 #include <memory>
@@ -177,4 +177,4 @@ class AtomBrowserContext
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_BROWSER_CONTEXT_H_
+#endif  // SHELL_BROWSER_ATOM_BROWSER_CONTEXT_H_

+ 3 - 3
shell/browser/atom_browser_main_parts.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_
-#define ATOM_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_
+#ifndef SHELL_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_
+#define SHELL_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_
 
 #include <list>
 #include <memory>
@@ -143,4 +143,4 @@ class AtomBrowserMainParts : public content::BrowserMainParts {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_
+#endif  // SHELL_BROWSER_ATOM_BROWSER_MAIN_PARTS_H_

+ 3 - 3
shell/browser/atom_download_manager_delegate.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_DOWNLOAD_MANAGER_DELEGATE_H_
-#define ATOM_BROWSER_ATOM_DOWNLOAD_MANAGER_DELEGATE_H_
+#ifndef SHELL_BROWSER_ATOM_DOWNLOAD_MANAGER_DELEGATE_H_
+#define SHELL_BROWSER_ATOM_DOWNLOAD_MANAGER_DELEGATE_H_
 
 #include <string>
 
@@ -58,4 +58,4 @@ class AtomDownloadManagerDelegate : public content::DownloadManagerDelegate {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_DOWNLOAD_MANAGER_DELEGATE_H_
+#endif  // SHELL_BROWSER_ATOM_DOWNLOAD_MANAGER_DELEGATE_H_

+ 3 - 3
shell/browser/atom_gpu_client.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_GPU_CLIENT_H_
-#define ATOM_BROWSER_ATOM_GPU_CLIENT_H_
+#ifndef SHELL_BROWSER_ATOM_GPU_CLIENT_H_
+#define SHELL_BROWSER_ATOM_GPU_CLIENT_H_
 
 #include "content/public/gpu/content_gpu_client.h"
 
@@ -22,4 +22,4 @@ class AtomGpuClient : public content::ContentGpuClient {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_GPU_CLIENT_H_
+#endif  // SHELL_BROWSER_ATOM_GPU_CLIENT_H_

+ 3 - 3
shell/browser/atom_javascript_dialog_manager.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_
-#define ATOM_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_
+#ifndef SHELL_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_
+#define SHELL_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_
 
 #include <map>
 #include <string>
@@ -48,4 +48,4 @@ class AtomJavaScriptDialogManager : public content::JavaScriptDialogManager {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_
+#endif  // SHELL_BROWSER_ATOM_JAVASCRIPT_DIALOG_MANAGER_H_

+ 3 - 3
shell/browser/atom_navigation_throttle.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_NAVIGATION_THROTTLE_H_
-#define ATOM_BROWSER_ATOM_NAVIGATION_THROTTLE_H_
+#ifndef SHELL_BROWSER_ATOM_NAVIGATION_THROTTLE_H_
+#define SHELL_BROWSER_ATOM_NAVIGATION_THROTTLE_H_
 
 #include "content/public/browser/navigation_throttle.h"
 
@@ -24,4 +24,4 @@ class AtomNavigationThrottle : public content::NavigationThrottle {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_NAVIGATION_THROTTLE_H_
+#endif  // SHELL_BROWSER_ATOM_NAVIGATION_THROTTLE_H_

+ 3 - 3
shell/browser/atom_paths.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_PATHS_H_
-#define ATOM_BROWSER_ATOM_PATHS_H_
+#ifndef SHELL_BROWSER_ATOM_PATHS_H_
+#define SHELL_BROWSER_ATOM_PATHS_H_
 
 #include "base/base_paths.h"
 
@@ -47,4 +47,4 @@ static_assert(PATH_START < PATH_END, "invalid PATH boundaries");
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_PATHS_H_
+#endif  // SHELL_BROWSER_ATOM_PATHS_H_

+ 3 - 3
shell/browser/atom_permission_manager.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_PERMISSION_MANAGER_H_
-#define ATOM_BROWSER_ATOM_PERMISSION_MANAGER_H_
+#ifndef SHELL_BROWSER_ATOM_PERMISSION_MANAGER_H_
+#define SHELL_BROWSER_ATOM_PERMISSION_MANAGER_H_
 
 #include <map>
 #include <memory>
@@ -112,4 +112,4 @@ class AtomPermissionManager : public content::PermissionControllerDelegate {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_PERMISSION_MANAGER_H_
+#endif  // SHELL_BROWSER_ATOM_PERMISSION_MANAGER_H_

+ 3 - 3
shell/browser/atom_quota_permission_context.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_QUOTA_PERMISSION_CONTEXT_H_
-#define ATOM_BROWSER_ATOM_QUOTA_PERMISSION_CONTEXT_H_
+#ifndef SHELL_BROWSER_ATOM_QUOTA_PERMISSION_CONTEXT_H_
+#define SHELL_BROWSER_ATOM_QUOTA_PERMISSION_CONTEXT_H_
 
 #include "content/public/browser/quota_permission_context.h"
 #include "content/public/common/storage_quota_params.h"
@@ -29,4 +29,4 @@ class AtomQuotaPermissionContext : public content::QuotaPermissionContext {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_QUOTA_PERMISSION_CONTEXT_H_
+#endif  // SHELL_BROWSER_ATOM_QUOTA_PERMISSION_CONTEXT_H_

+ 3 - 3
shell/browser/atom_speech_recognition_manager_delegate.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_SPEECH_RECOGNITION_MANAGER_DELEGATE_H_
-#define ATOM_BROWSER_ATOM_SPEECH_RECOGNITION_MANAGER_DELEGATE_H_
+#ifndef SHELL_BROWSER_ATOM_SPEECH_RECOGNITION_MANAGER_DELEGATE_H_
+#define SHELL_BROWSER_ATOM_SPEECH_RECOGNITION_MANAGER_DELEGATE_H_
 
 #include <string>
 #include <vector>
@@ -53,4 +53,4 @@ class AtomSpeechRecognitionManagerDelegate
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_SPEECH_RECOGNITION_MANAGER_DELEGATE_H_
+#endif  // SHELL_BROWSER_ATOM_SPEECH_RECOGNITION_MANAGER_DELEGATE_H_

+ 3 - 3
shell/browser/atom_web_ui_controller_factory.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_ATOM_WEB_UI_CONTROLLER_FACTORY_H_
-#define ATOM_BROWSER_ATOM_WEB_UI_CONTROLLER_FACTORY_H_
+#ifndef SHELL_BROWSER_ATOM_WEB_UI_CONTROLLER_FACTORY_H_
+#define SHELL_BROWSER_ATOM_WEB_UI_CONTROLLER_FACTORY_H_
 
 #include <memory>
 
@@ -40,4 +40,4 @@ class AtomWebUIControllerFactory : public content::WebUIControllerFactory {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_ATOM_WEB_UI_CONTROLLER_FACTORY_H_
+#endif  // SHELL_BROWSER_ATOM_WEB_UI_CONTROLLER_FACTORY_H_

+ 3 - 3
shell/browser/auto_updater.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_AUTO_UPDATER_H_
-#define ATOM_BROWSER_AUTO_UPDATER_H_
+#ifndef SHELL_BROWSER_AUTO_UPDATER_H_
+#define SHELL_BROWSER_AUTO_UPDATER_H_
 
 #include <map>
 #include <string>
@@ -67,4 +67,4 @@ class AutoUpdater {
 
 }  // namespace auto_updater
 
-#endif  // ATOM_BROWSER_AUTO_UPDATER_H_
+#endif  // SHELL_BROWSER_AUTO_UPDATER_H_

+ 3 - 3
shell/browser/browser.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_BROWSER_H_
-#define ATOM_BROWSER_BROWSER_H_
+#ifndef SHELL_BROWSER_BROWSER_H_
+#define SHELL_BROWSER_BROWSER_H_
 
 #include <memory>
 #include <string>
@@ -314,4 +314,4 @@ class Browser : public WindowListObserver {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_BROWSER_H_
+#endif  // SHELL_BROWSER_BROWSER_H_

+ 3 - 3
shell/browser/browser_observer.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_BROWSER_OBSERVER_H_
-#define ATOM_BROWSER_BROWSER_OBSERVER_H_
+#ifndef SHELL_BROWSER_BROWSER_OBSERVER_H_
+#define SHELL_BROWSER_BROWSER_OBSERVER_H_
 
 #include <string>
 
@@ -89,4 +89,4 @@ class BrowserObserver : public base::CheckedObserver {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_BROWSER_OBSERVER_H_
+#endif  // SHELL_BROWSER_BROWSER_OBSERVER_H_

+ 3 - 3
shell/browser/browser_process_impl.h

@@ -7,8 +7,8 @@
 // will return NULL if the service is not available, so callers must check for
 // this condition.
 
-#ifndef ATOM_BROWSER_BROWSER_PROCESS_IMPL_H_
-#define ATOM_BROWSER_BROWSER_PROCESS_IMPL_H_
+#ifndef SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_
+#define SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_
 
 #include <memory>
 #include <string>
@@ -127,4 +127,4 @@ class BrowserProcessImpl : public BrowserProcess {
   DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl);
 };
 
-#endif  // ATOM_BROWSER_BROWSER_PROCESS_IMPL_H_
+#endif  // SHELL_BROWSER_BROWSER_PROCESS_IMPL_H_

+ 3 - 3
shell/browser/child_web_contents_tracker.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_CHILD_WEB_CONTENTS_TRACKER_H_
-#define ATOM_BROWSER_CHILD_WEB_CONTENTS_TRACKER_H_
+#ifndef SHELL_BROWSER_CHILD_WEB_CONTENTS_TRACKER_H_
+#define SHELL_BROWSER_CHILD_WEB_CONTENTS_TRACKER_H_
 
 #include <string>
 
@@ -29,4 +29,4 @@ struct ChildWebContentsTracker
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_CHILD_WEB_CONTENTS_TRACKER_H_
+#endif  // SHELL_BROWSER_CHILD_WEB_CONTENTS_TRACKER_H_

+ 3 - 3
shell/browser/common_web_contents_delegate.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_COMMON_WEB_CONTENTS_DELEGATE_H_
-#define ATOM_BROWSER_COMMON_WEB_CONTENTS_DELEGATE_H_
+#ifndef SHELL_BROWSER_COMMON_WEB_CONTENTS_DELEGATE_H_
+#define SHELL_BROWSER_COMMON_WEB_CONTENTS_DELEGATE_H_
 
 #include <map>
 #include <memory>
@@ -215,4 +215,4 @@ class CommonWebContentsDelegate : public content::WebContentsDelegate,
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_COMMON_WEB_CONTENTS_DELEGATE_H_
+#endif  // SHELL_BROWSER_COMMON_WEB_CONTENTS_DELEGATE_H_

+ 3 - 3
shell/browser/cookie_change_notifier.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_COOKIE_CHANGE_NOTIFIER_H_
-#define ATOM_BROWSER_COOKIE_CHANGE_NOTIFIER_H_
+#ifndef SHELL_BROWSER_COOKIE_CHANGE_NOTIFIER_H_
+#define SHELL_BROWSER_COOKIE_CHANGE_NOTIFIER_H_
 
 #include <memory>
 
@@ -45,4 +45,4 @@ class CookieChangeNotifier : public network::mojom::CookieChangeListener {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_COOKIE_CHANGE_NOTIFIER_H_
+#endif  // SHELL_BROWSER_COOKIE_CHANGE_NOTIFIER_H_

+ 3 - 3
shell/browser/fake_location_provider.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_FAKE_LOCATION_PROVIDER_H_
-#define ATOM_BROWSER_FAKE_LOCATION_PROVIDER_H_
+#ifndef SHELL_BROWSER_FAKE_LOCATION_PROVIDER_H_
+#define SHELL_BROWSER_FAKE_LOCATION_PROVIDER_H_
 
 #include "base/macros.h"
 #include "services/device/public/cpp/geolocation/location_provider.h"
@@ -33,4 +33,4 @@ class FakeLocationProvider : public device::LocationProvider {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_FAKE_LOCATION_PROVIDER_H_
+#endif  // SHELL_BROWSER_FAKE_LOCATION_PROVIDER_H_

+ 3 - 3
shell/browser/feature_list.h

@@ -2,11 +2,11 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_FEATURE_LIST_H_
-#define ATOM_BROWSER_FEATURE_LIST_H_
+#ifndef SHELL_BROWSER_FEATURE_LIST_H_
+#define SHELL_BROWSER_FEATURE_LIST_H_
 
 namespace atom {
 void InitializeFeatureList();
 }
 
-#endif  // ATOM_BROWSER_FEATURE_LIST_H_
+#endif  // SHELL_BROWSER_FEATURE_LIST_H_

+ 3 - 3
shell/browser/font_defaults.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_FONT_DEFAULTS_H_
-#define ATOM_BROWSER_FONT_DEFAULTS_H_
+#ifndef SHELL_BROWSER_FONT_DEFAULTS_H_
+#define SHELL_BROWSER_FONT_DEFAULTS_H_
 
 namespace content {
 struct WebPreferences;
@@ -15,4 +15,4 @@ void SetFontDefaults(content::WebPreferences* prefs);
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_FONT_DEFAULTS_H_
+#endif  // SHELL_BROWSER_FONT_DEFAULTS_H_

+ 3 - 3
shell/browser/io_thread.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_IO_THREAD_H_
-#define ATOM_BROWSER_IO_THREAD_H_
+#ifndef SHELL_BROWSER_IO_THREAD_H_
+#define SHELL_BROWSER_IO_THREAD_H_
 
 #include <memory>
 #include <set>
@@ -72,4 +72,4 @@ class IOThread : public content::BrowserThreadDelegate {
   DISALLOW_COPY_AND_ASSIGN(IOThread);
 };
 
-#endif  // ATOM_BROWSER_IO_THREAD_H_
+#endif  // SHELL_BROWSER_IO_THREAD_H_

+ 3 - 3
shell/browser/javascript_environment.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_JAVASCRIPT_ENVIRONMENT_H_
-#define ATOM_BROWSER_JAVASCRIPT_ENVIRONMENT_H_
+#ifndef SHELL_BROWSER_JAVASCRIPT_ENVIRONMENT_H_
+#define SHELL_BROWSER_JAVASCRIPT_ENVIRONMENT_H_
 
 #include <memory>
 
@@ -66,4 +66,4 @@ class NodeEnvironment {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_JAVASCRIPT_ENVIRONMENT_H_
+#endif  // SHELL_BROWSER_JAVASCRIPT_ENVIRONMENT_H_

+ 3 - 3
shell/browser/lib/bluetooth_chooser.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_LIB_BLUETOOTH_CHOOSER_H_
-#define ATOM_BROWSER_LIB_BLUETOOTH_CHOOSER_H_
+#ifndef SHELL_BROWSER_LIB_BLUETOOTH_CHOOSER_H_
+#define SHELL_BROWSER_LIB_BLUETOOTH_CHOOSER_H_
 
 #include <map>
 #include <string>
@@ -47,4 +47,4 @@ class BluetoothChooser : public content::BluetoothChooser {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_LIB_BLUETOOTH_CHOOSER_H_
+#endif  // SHELL_BROWSER_LIB_BLUETOOTH_CHOOSER_H_

+ 3 - 3
shell/browser/lib/power_observer.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_LIB_POWER_OBSERVER_H_
-#define ATOM_BROWSER_LIB_POWER_OBSERVER_H_
+#ifndef SHELL_BROWSER_LIB_POWER_OBSERVER_H_
+#define SHELL_BROWSER_LIB_POWER_OBSERVER_H_
 
 #include "base/macros.h"
 
@@ -23,4 +23,4 @@ typedef base::PowerObserver PowerObserver;
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_LIB_POWER_OBSERVER_H_
+#endif  // SHELL_BROWSER_LIB_POWER_OBSERVER_H_

+ 3 - 3
shell/browser/lib/power_observer_linux.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_LIB_POWER_OBSERVER_LINUX_H_
-#define ATOM_BROWSER_LIB_POWER_OBSERVER_LINUX_H_
+#ifndef SHELL_BROWSER_LIB_POWER_OBSERVER_LINUX_H_
+#define SHELL_BROWSER_LIB_POWER_OBSERVER_LINUX_H_
 
 #include <string>
 
@@ -51,4 +51,4 @@ class PowerObserverLinux : public base::PowerObserver {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_LIB_POWER_OBSERVER_LINUX_H_
+#endif  // SHELL_BROWSER_LIB_POWER_OBSERVER_LINUX_H_

+ 3 - 3
shell/browser/loader/layered_resource_handler.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_LOADER_LAYERED_RESOURCE_HANDLER_H_
-#define ATOM_BROWSER_LOADER_LAYERED_RESOURCE_HANDLER_H_
+#ifndef SHELL_BROWSER_LOADER_LAYERED_RESOURCE_HANDLER_H_
+#define SHELL_BROWSER_LOADER_LAYERED_RESOURCE_HANDLER_H_
 
 #include <memory>
 
@@ -41,4 +41,4 @@ class LayeredResourceHandler : public content::LayeredResourceHandler {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_LOADER_LAYERED_RESOURCE_HANDLER_H_
+#endif  // SHELL_BROWSER_LOADER_LAYERED_RESOURCE_HANDLER_H_

+ 3 - 3
shell/browser/login_handler.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_LOGIN_HANDLER_H_
-#define ATOM_BROWSER_LOGIN_HANDLER_H_
+#ifndef SHELL_BROWSER_LOGIN_HANDLER_H_
+#define SHELL_BROWSER_LOGIN_HANDLER_H_
 
 #include <memory>
 
@@ -74,4 +74,4 @@ class LoginHandler : public base::RefCountedThreadSafe<LoginHandler> {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_LOGIN_HANDLER_H_
+#endif  // SHELL_BROWSER_LOGIN_HANDLER_H_

+ 3 - 3
shell/browser/mac/dict_util.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_MAC_DICT_UTIL_H_
-#define ATOM_BROWSER_MAC_DICT_UTIL_H_
+#ifndef SHELL_BROWSER_MAC_DICT_UTIL_H_
+#define SHELL_BROWSER_MAC_DICT_UTIL_H_
 
 #include <memory>
 
@@ -27,4 +27,4 @@ std::unique_ptr<base::DictionaryValue> NSDictionaryToDictionaryValue(
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_MAC_DICT_UTIL_H_
+#endif  // SHELL_BROWSER_MAC_DICT_UTIL_H_

+ 3 - 3
shell/browser/mac/in_app_purchase.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_MAC_IN_APP_PURCHASE_H_
-#define ATOM_BROWSER_MAC_IN_APP_PURCHASE_H_
+#ifndef SHELL_BROWSER_MAC_IN_APP_PURCHASE_H_
+#define SHELL_BROWSER_MAC_IN_APP_PURCHASE_H_
 
 #include <string>
 
@@ -31,4 +31,4 @@ void PurchaseProduct(const std::string& productID,
 
 }  // namespace in_app_purchase
 
-#endif  // ATOM_BROWSER_MAC_IN_APP_PURCHASE_H_
+#endif  // SHELL_BROWSER_MAC_IN_APP_PURCHASE_H_

+ 3 - 3
shell/browser/mac/in_app_purchase_observer.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_MAC_IN_APP_PURCHASE_OBSERVER_H_
-#define ATOM_BROWSER_MAC_IN_APP_PURCHASE_OBSERVER_H_
+#ifndef SHELL_BROWSER_MAC_IN_APP_PURCHASE_OBSERVER_H_
+#define SHELL_BROWSER_MAC_IN_APP_PURCHASE_OBSERVER_H_
 
 #include <string>
 #include <vector>
@@ -60,4 +60,4 @@ class TransactionObserver {
 
 }  // namespace in_app_purchase
 
-#endif  // ATOM_BROWSER_MAC_IN_APP_PURCHASE_OBSERVER_H_
+#endif  // SHELL_BROWSER_MAC_IN_APP_PURCHASE_OBSERVER_H_

+ 3 - 3
shell/browser/mac/in_app_purchase_product.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_MAC_IN_APP_PURCHASE_PRODUCT_H_
-#define ATOM_BROWSER_MAC_IN_APP_PURCHASE_PRODUCT_H_
+#ifndef SHELL_BROWSER_MAC_IN_APP_PURCHASE_PRODUCT_H_
+#define SHELL_BROWSER_MAC_IN_APP_PURCHASE_PRODUCT_H_
 
 #include <string>
 #include <vector>
@@ -48,4 +48,4 @@ void GetProducts(const std::vector<std::string>& productIDs,
 
 }  // namespace in_app_purchase
 
-#endif  // ATOM_BROWSER_MAC_IN_APP_PURCHASE_PRODUCT_H_
+#endif  // SHELL_BROWSER_MAC_IN_APP_PURCHASE_PRODUCT_H_

+ 3 - 3
shell/browser/media/media_capture_devices_dispatcher.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE-CHROMIUM file.
 
-#ifndef ATOM_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_
-#define ATOM_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_
+#ifndef SHELL_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_
+#define SHELL_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_
 
 #include <string>
 
@@ -87,4 +87,4 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_
+#endif  // SHELL_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_

+ 3 - 3
shell/browser/media/media_device_id_salt.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_MEDIA_MEDIA_DEVICE_ID_SALT_H_
-#define ATOM_BROWSER_MEDIA_MEDIA_DEVICE_ID_SALT_H_
+#ifndef SHELL_BROWSER_MEDIA_MEDIA_DEVICE_ID_SALT_H_
+#define SHELL_BROWSER_MEDIA_MEDIA_DEVICE_ID_SALT_H_
 
 #include <string>
 
@@ -36,4 +36,4 @@ class MediaDeviceIDSalt {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_MEDIA_MEDIA_DEVICE_ID_SALT_H_
+#endif  // SHELL_BROWSER_MEDIA_MEDIA_DEVICE_ID_SALT_H_

+ 3 - 3
shell/browser/media/media_stream_devices_controller.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE-CHROMIUM file.
 
-#ifndef ATOM_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_
-#define ATOM_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_
+#ifndef SHELL_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_
+#define SHELL_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_
 
 #include "content/public/browser/web_contents_delegate.h"
 #include "third_party/blink/public/common/mediastream/media_stream_request.h"
@@ -43,4 +43,4 @@ class MediaStreamDevicesController {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_
+#endif  // SHELL_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_

+ 3 - 3
shell/browser/microtasks_runner.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_MICROTASKS_RUNNER_H_
-#define ATOM_BROWSER_MICROTASKS_RUNNER_H_
+#ifndef SHELL_BROWSER_MICROTASKS_RUNNER_H_
+#define SHELL_BROWSER_MICROTASKS_RUNNER_H_
 
 #include "base/message_loop/message_loop.h"
 
@@ -33,4 +33,4 @@ class MicrotasksRunner : public base::MessageLoop::TaskObserver {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_MICROTASKS_RUNNER_H_
+#endif  // SHELL_BROWSER_MICROTASKS_RUNNER_H_

+ 3 - 3
shell/browser/native_browser_view.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_NATIVE_BROWSER_VIEW_H_
-#define ATOM_BROWSER_NATIVE_BROWSER_VIEW_H_
+#ifndef SHELL_BROWSER_NATIVE_BROWSER_VIEW_H_
+#define SHELL_BROWSER_NATIVE_BROWSER_VIEW_H_
 
 #include <vector>
 
@@ -60,4 +60,4 @@ class NativeBrowserView {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_NATIVE_BROWSER_VIEW_H_
+#endif  // SHELL_BROWSER_NATIVE_BROWSER_VIEW_H_

+ 3 - 3
shell/browser/native_browser_view_mac.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_NATIVE_BROWSER_VIEW_MAC_H_
-#define ATOM_BROWSER_NATIVE_BROWSER_VIEW_MAC_H_
+#ifndef SHELL_BROWSER_NATIVE_BROWSER_VIEW_MAC_H_
+#define SHELL_BROWSER_NATIVE_BROWSER_VIEW_MAC_H_
 
 #import <Cocoa/Cocoa.h>
 #include <vector>
@@ -32,4 +32,4 @@ class NativeBrowserViewMac : public NativeBrowserView {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_NATIVE_BROWSER_VIEW_MAC_H_
+#endif  // SHELL_BROWSER_NATIVE_BROWSER_VIEW_MAC_H_

+ 3 - 3
shell/browser/native_browser_view_views.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_NATIVE_BROWSER_VIEW_VIEWS_H_
-#define ATOM_BROWSER_NATIVE_BROWSER_VIEW_VIEWS_H_
+#ifndef SHELL_BROWSER_NATIVE_BROWSER_VIEW_VIEWS_H_
+#define SHELL_BROWSER_NATIVE_BROWSER_VIEW_VIEWS_H_
 
 #include "shell/browser/native_browser_view.h"
 
@@ -44,4 +44,4 @@ class NativeBrowserViewViews : public NativeBrowserView {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_NATIVE_BROWSER_VIEW_VIEWS_H_
+#endif  // SHELL_BROWSER_NATIVE_BROWSER_VIEW_VIEWS_H_

+ 3 - 3
shell/browser/native_window.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_NATIVE_WINDOW_H_
-#define ATOM_BROWSER_NATIVE_WINDOW_H_
+#ifndef SHELL_BROWSER_NATIVE_WINDOW_H_
+#define SHELL_BROWSER_NATIVE_WINDOW_H_
 
 #include <list>
 #include <map>
@@ -378,4 +378,4 @@ class NativeWindowRelay
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_NATIVE_WINDOW_H_
+#endif  // SHELL_BROWSER_NATIVE_WINDOW_H_

+ 3 - 3
shell/browser/native_window_mac.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_NATIVE_WINDOW_MAC_H_
-#define ATOM_BROWSER_NATIVE_WINDOW_MAC_H_
+#ifndef SHELL_BROWSER_NATIVE_WINDOW_MAC_H_
+#define SHELL_BROWSER_NATIVE_WINDOW_MAC_H_
 
 #import <Cocoa/Cocoa.h>
 
@@ -226,4 +226,4 @@ class NativeWindowMac : public NativeWindow {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_NATIVE_WINDOW_MAC_H_
+#endif  // SHELL_BROWSER_NATIVE_WINDOW_MAC_H_

+ 3 - 3
shell/browser/native_window_observer.h

@@ -2,8 +2,8 @@
 // Use of this source code is governed by the MIT license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_NATIVE_WINDOW_OBSERVER_H_
-#define ATOM_BROWSER_NATIVE_WINDOW_OBSERVER_H_
+#ifndef SHELL_BROWSER_NATIVE_WINDOW_OBSERVER_H_
+#define SHELL_BROWSER_NATIVE_WINDOW_OBSERVER_H_
 
 #include <string>
 
@@ -101,4 +101,4 @@ class NativeWindowObserver : public base::CheckedObserver {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_NATIVE_WINDOW_OBSERVER_H_
+#endif  // SHELL_BROWSER_NATIVE_WINDOW_OBSERVER_H_

Some files were not shown because too many files changed in this diff