chore: fix linting after shell rename

This commit is contained in:
Samuel Attard 2019-06-19 13:56:58 -07:00 committed by Samuel Attard
parent 2160c1fcc9
commit 56930338e8
294 changed files with 896 additions and 896 deletions

View file

@ -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_RENDERER_API_ATOM_API_SPELL_CHECK_CLIENT_H_
#define ATOM_RENDERER_API_ATOM_API_SPELL_CHECK_CLIENT_H_
#ifndef SHELL_RENDERER_API_ATOM_API_SPELL_CHECK_CLIENT_H_
#define SHELL_RENDERER_API_ATOM_API_SPELL_CHECK_CLIENT_H_
#include <memory>
#include <set>
@ -111,4 +111,4 @@ class SpellCheckClient : public blink::WebSpellCheckPanelHostClient,
} // namespace atom
#endif // ATOM_RENDERER_API_ATOM_API_SPELL_CHECK_CLIENT_H_
#endif // SHELL_RENDERER_API_ATOM_API_SPELL_CHECK_CLIENT_H_

View file

@ -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_RENDERER_ATOM_AUTOFILL_AGENT_H_
#define ATOM_RENDERER_ATOM_AUTOFILL_AGENT_H_
#ifndef SHELL_RENDERER_ATOM_AUTOFILL_AGENT_H_
#define SHELL_RENDERER_ATOM_AUTOFILL_AGENT_H_
#include <vector>
@ -87,4 +87,4 @@ class AutofillAgent : public content::RenderFrameObserver,
} // namespace atom
#endif // ATOM_RENDERER_ATOM_AUTOFILL_AGENT_H_
#endif // SHELL_RENDERER_ATOM_AUTOFILL_AGENT_H_

View file

@ -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_RENDERER_ATOM_RENDER_FRAME_OBSERVER_H_
#define ATOM_RENDERER_ATOM_RENDER_FRAME_OBSERVER_H_
#ifndef SHELL_RENDERER_ATOM_RENDER_FRAME_OBSERVER_H_
#define SHELL_RENDERER_ATOM_RENDER_FRAME_OBSERVER_H_
#include <string>
@ -68,4 +68,4 @@ class AtomRenderFrameObserver : public content::RenderFrameObserver {
} // namespace atom
#endif // ATOM_RENDERER_ATOM_RENDER_FRAME_OBSERVER_H_
#endif // SHELL_RENDERER_ATOM_RENDER_FRAME_OBSERVER_H_

View file

@ -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_RENDERER_ATOM_RENDERER_CLIENT_H_
#define ATOM_RENDERER_ATOM_RENDERER_CLIENT_H_
#ifndef SHELL_RENDERER_ATOM_RENDERER_CLIENT_H_
#define SHELL_RENDERER_ATOM_RENDERER_CLIENT_H_
#include <memory>
#include <set>
@ -75,4 +75,4 @@ class AtomRendererClient : public RendererClientBase {
} // namespace atom
#endif // ATOM_RENDERER_ATOM_RENDERER_CLIENT_H_
#endif // SHELL_RENDERER_ATOM_RENDERER_CLIENT_H_

View file

@ -1,8 +1,8 @@
// Copyright (c) 2016 GitHub, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#ifndef ATOM_RENDERER_ATOM_SANDBOXED_RENDERER_CLIENT_H_
#define ATOM_RENDERER_ATOM_SANDBOXED_RENDERER_CLIENT_H_
#ifndef SHELL_RENDERER_ATOM_SANDBOXED_RENDERER_CLIENT_H_
#define SHELL_RENDERER_ATOM_SANDBOXED_RENDERER_CLIENT_H_
#include <memory>
#include <set>
@ -51,4 +51,4 @@ class AtomSandboxedRendererClient : public RendererClientBase {
} // namespace atom
#endif // ATOM_RENDERER_ATOM_SANDBOXED_RENDERER_CLIENT_H_
#endif // SHELL_RENDERER_ATOM_SANDBOXED_RENDERER_CLIENT_H_

View file

@ -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_RENDERER_CONTENT_SETTINGS_OBSERVER_H_
#define ATOM_RENDERER_CONTENT_SETTINGS_OBSERVER_H_
#ifndef SHELL_RENDERER_CONTENT_SETTINGS_OBSERVER_H_
#define SHELL_RENDERER_CONTENT_SETTINGS_OBSERVER_H_
#include "base/compiler_specific.h"
#include "content/public/renderer/render_frame_observer.h"
@ -31,4 +31,4 @@ class ContentSettingsObserver : public content::RenderFrameObserver,
} // namespace atom
#endif // ATOM_RENDERER_CONTENT_SETTINGS_OBSERVER_H_
#endif // SHELL_RENDERER_CONTENT_SETTINGS_OBSERVER_H_

View file

@ -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_RENDERER_ELECTRON_API_SERVICE_IMPL_H_
#define ATOM_RENDERER_ELECTRON_API_SERVICE_IMPL_H_
#ifndef SHELL_RENDERER_ELECTRON_API_SERVICE_IMPL_H_
#define SHELL_RENDERER_ELECTRON_API_SERVICE_IMPL_H_
#include <string>
@ -52,4 +52,4 @@ class ElectronApiServiceImpl : public mojom::ElectronRenderer,
} // namespace atom
#endif // ATOM_RENDERER_ELECTRON_API_SERVICE_IMPL_H_
#endif // SHELL_RENDERER_ELECTRON_API_SERVICE_IMPL_H_

View file

@ -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_RENDERER_GUEST_VIEW_CONTAINER_H_
#define ATOM_RENDERER_GUEST_VIEW_CONTAINER_H_
#ifndef SHELL_RENDERER_GUEST_VIEW_CONTAINER_H_
#define SHELL_RENDERER_GUEST_VIEW_CONTAINER_H_
#include "base/callback.h"
#include "content/public/renderer/browser_plugin_delegate.h"
@ -43,4 +43,4 @@ class GuestViewContainer : public content::BrowserPluginDelegate {
} // namespace atom
#endif // ATOM_RENDERER_GUEST_VIEW_CONTAINER_H_
#endif // SHELL_RENDERER_GUEST_VIEW_CONTAINER_H_

View file

@ -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_RENDERER_PRINTING_PRINT_RENDER_FRAME_HELPER_DELEGATE_H_
#define ATOM_RENDERER_PRINTING_PRINT_RENDER_FRAME_HELPER_DELEGATE_H_
#ifndef SHELL_RENDERER_PRINTING_PRINT_RENDER_FRAME_HELPER_DELEGATE_H_
#define SHELL_RENDERER_PRINTING_PRINT_RENDER_FRAME_HELPER_DELEGATE_H_
#include "base/macros.h"
#include "components/printing/renderer/print_render_frame_helper.h"
@ -28,4 +28,4 @@ class PrintRenderFrameHelperDelegate
} // namespace atom
#endif // ATOM_RENDERER_PRINTING_PRINT_RENDER_FRAME_HELPER_DELEGATE_H_
#endif // SHELL_RENDERER_PRINTING_PRINT_RENDER_FRAME_HELPER_DELEGATE_H_

View file

@ -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_RENDERER_RENDERER_CLIENT_BASE_H_
#define ATOM_RENDERER_RENDERER_CLIENT_BASE_H_
#ifndef SHELL_RENDERER_RENDERER_CLIENT_BASE_H_
#define SHELL_RENDERER_RENDERER_CLIENT_BASE_H_
#include <memory>
#include <string>
@ -75,4 +75,4 @@ class RendererClientBase : public content::ContentRendererClient {
} // namespace atom
#endif // ATOM_RENDERER_RENDERER_CLIENT_BASE_H_
#endif // SHELL_RENDERER_RENDERER_CLIENT_BASE_H_

View file

@ -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_RENDERER_WEB_WORKER_OBSERVER_H_
#define ATOM_RENDERER_WEB_WORKER_OBSERVER_H_
#ifndef SHELL_RENDERER_WEB_WORKER_OBSERVER_H_
#define SHELL_RENDERER_WEB_WORKER_OBSERVER_H_
#include <memory>
@ -36,4 +36,4 @@ class WebWorkerObserver {
} // namespace atom
#endif // ATOM_RENDERER_WEB_WORKER_OBSERVER_H_
#endif // SHELL_RENDERER_WEB_WORKER_OBSERVER_H_