mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: remove unused using and namespace declarations (#29892)
This commit is contained in:
@@ -513,7 +513,6 @@ v8::Local<v8::Value> BrowserWindow::From(v8::Isolate* isolate,
|
||||
|
||||
namespace {
|
||||
|
||||
using electron::api::BaseWindow;
|
||||
using electron::api::BrowserWindow;
|
||||
|
||||
void Initialize(v8::Local<v8::Object> exports,
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
#include "shell/common/gin_helper/dictionary.h"
|
||||
#include "shell/common/gin_helper/object_template_builder.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
namespace gin {
|
||||
|
||||
template <>
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
#include "shell/browser/unresponsive_suppressor.h"
|
||||
#include "shell/common/node_includes.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
namespace {
|
||||
|
||||
static scoped_nsobject<NSMenu> applicationMenu_;
|
||||
|
||||
@@ -1205,9 +1205,6 @@ const char* Session::GetTypeName() {
|
||||
|
||||
namespace {
|
||||
|
||||
using electron::api::Cookies;
|
||||
using electron::api::Protocol;
|
||||
using electron::api::ServiceWorkerContext;
|
||||
using electron::api::Session;
|
||||
|
||||
v8::Local<v8::Value> FromPartition(const std::string& partition,
|
||||
|
||||
Reference in New Issue
Block a user