chore: fix linting after shell rename
This commit is contained in:
parent
2160c1fcc9
commit
56930338e8
294 changed files with 896 additions and 896 deletions
|
@ -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_COMMON_API_ATOM_API_CLIPBOARD_H_
|
||||
#define ATOM_COMMON_API_ATOM_API_CLIPBOARD_H_
|
||||
#ifndef SHELL_COMMON_API_ATOM_API_CLIPBOARD_H_
|
||||
#define SHELL_COMMON_API_ATOM_API_CLIPBOARD_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -61,4 +61,4 @@ class Clipboard {
|
|||
|
||||
} // namespace atom
|
||||
|
||||
#endif // ATOM_COMMON_API_ATOM_API_CLIPBOARD_H_
|
||||
#endif // SHELL_COMMON_API_ATOM_API_CLIPBOARD_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_COMMON_API_ATOM_API_KEY_WEAK_MAP_H_
|
||||
#define ATOM_COMMON_API_ATOM_API_KEY_WEAK_MAP_H_
|
||||
#ifndef SHELL_COMMON_API_ATOM_API_KEY_WEAK_MAP_H_
|
||||
#define SHELL_COMMON_API_ATOM_API_KEY_WEAK_MAP_H_
|
||||
|
||||
#include "native_mate/handle.h"
|
||||
#include "native_mate/object_template_builder.h"
|
||||
|
@ -60,4 +60,4 @@ class KeyWeakMap : public mate::Wrappable<KeyWeakMap<K>> {
|
|||
|
||||
} // namespace atom
|
||||
|
||||
#endif // ATOM_COMMON_API_ATOM_API_KEY_WEAK_MAP_H_
|
||||
#endif // SHELL_COMMON_API_ATOM_API_KEY_WEAK_MAP_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_COMMON_API_ATOM_API_NATIVE_IMAGE_H_
|
||||
#define ATOM_COMMON_API_ATOM_API_NATIVE_IMAGE_H_
|
||||
#ifndef SHELL_COMMON_API_ATOM_API_NATIVE_IMAGE_H_
|
||||
#define SHELL_COMMON_API_ATOM_API_NATIVE_IMAGE_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -130,4 +130,4 @@ struct Converter<mate::Handle<atom::api::NativeImage>> {
|
|||
|
||||
} // namespace mate
|
||||
|
||||
#endif // ATOM_COMMON_API_ATOM_API_NATIVE_IMAGE_H_
|
||||
#endif // SHELL_COMMON_API_ATOM_API_NATIVE_IMAGE_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_COMMON_API_CONSTRUCTOR_H_
|
||||
#define ATOM_COMMON_API_CONSTRUCTOR_H_
|
||||
#ifndef SHELL_COMMON_API_CONSTRUCTOR_H_
|
||||
#define SHELL_COMMON_API_CONSTRUCTOR_H_
|
||||
|
||||
#include "native_mate/constructor.h"
|
||||
|
||||
|
@ -31,4 +31,4 @@ v8::Local<v8::Function> CreateConstructor(
|
|||
|
||||
} // namespace mate
|
||||
|
||||
#endif // ATOM_COMMON_API_CONSTRUCTOR_H_
|
||||
#endif // SHELL_COMMON_API_CONSTRUCTOR_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_COMMON_API_ELECTRON_BINDINGS_H_
|
||||
#define ATOM_COMMON_API_ELECTRON_BINDINGS_H_
|
||||
#ifndef SHELL_COMMON_API_ELECTRON_BINDINGS_H_
|
||||
#define SHELL_COMMON_API_ELECTRON_BINDINGS_H_
|
||||
|
||||
#include <list>
|
||||
#include <memory>
|
||||
|
@ -84,4 +84,4 @@ class ElectronBindings {
|
|||
|
||||
} // namespace atom
|
||||
|
||||
#endif // ATOM_COMMON_API_ELECTRON_BINDINGS_H_
|
||||
#endif // SHELL_COMMON_API_ELECTRON_BINDINGS_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_COMMON_API_EVENT_EMITTER_CALLER_H_
|
||||
#define ATOM_COMMON_API_EVENT_EMITTER_CALLER_H_
|
||||
#ifndef SHELL_COMMON_API_EVENT_EMITTER_CALLER_H_
|
||||
#define SHELL_COMMON_API_EVENT_EMITTER_CALLER_H_
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
@ -66,4 +66,4 @@ v8::Local<v8::Value> CustomEmit(v8::Isolate* isolate,
|
|||
|
||||
} // namespace mate
|
||||
|
||||
#endif // ATOM_COMMON_API_EVENT_EMITTER_CALLER_H_
|
||||
#endif // SHELL_COMMON_API_EVENT_EMITTER_CALLER_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_COMMON_API_LOCKER_H_
|
||||
#define ATOM_COMMON_API_LOCKER_H_
|
||||
#ifndef SHELL_COMMON_API_LOCKER_H_
|
||||
#define SHELL_COMMON_API_LOCKER_H_
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -33,4 +33,4 @@ class Locker {
|
|||
|
||||
} // namespace mate
|
||||
|
||||
#endif // ATOM_COMMON_API_LOCKER_H_
|
||||
#endif // SHELL_COMMON_API_LOCKER_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_COMMON_API_OBJECT_LIFE_MONITOR_H_
|
||||
#define ATOM_COMMON_API_OBJECT_LIFE_MONITOR_H_
|
||||
#ifndef SHELL_COMMON_API_OBJECT_LIFE_MONITOR_H_
|
||||
#define SHELL_COMMON_API_OBJECT_LIFE_MONITOR_H_
|
||||
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
|
@ -31,4 +31,4 @@ class ObjectLifeMonitor {
|
|||
|
||||
} // namespace atom
|
||||
|
||||
#endif // ATOM_COMMON_API_OBJECT_LIFE_MONITOR_H_
|
||||
#endif // SHELL_COMMON_API_OBJECT_LIFE_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_COMMON_API_REMOTE_CALLBACK_FREER_H_
|
||||
#define ATOM_COMMON_API_REMOTE_CALLBACK_FREER_H_
|
||||
#ifndef SHELL_COMMON_API_REMOTE_CALLBACK_FREER_H_
|
||||
#define SHELL_COMMON_API_REMOTE_CALLBACK_FREER_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -43,4 +43,4 @@ class RemoteCallbackFreer : public ObjectLifeMonitor,
|
|||
|
||||
} // namespace atom
|
||||
|
||||
#endif // ATOM_COMMON_API_REMOTE_CALLBACK_FREER_H_
|
||||
#endif // SHELL_COMMON_API_REMOTE_CALLBACK_FREER_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_COMMON_API_REMOTE_OBJECT_FREER_H_
|
||||
#define ATOM_COMMON_API_REMOTE_OBJECT_FREER_H_
|
||||
#ifndef SHELL_COMMON_API_REMOTE_OBJECT_FREER_H_
|
||||
#define SHELL_COMMON_API_REMOTE_OBJECT_FREER_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -42,4 +42,4 @@ class RemoteObjectFreer : public ObjectLifeMonitor {
|
|||
|
||||
} // namespace atom
|
||||
|
||||
#endif // ATOM_COMMON_API_REMOTE_OBJECT_FREER_H_
|
||||
#endif // SHELL_COMMON_API_REMOTE_OBJECT_FREER_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue