mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
Address cpplint issue "Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]"
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
#include "browser/win/win32_desktop_notifications/common.h"
|
||||
#include "browser/win/win32_desktop_notifications/toast.h"
|
||||
|
||||
using namespace std;
|
||||
using std::make_shared;
|
||||
using std::shared_ptr;
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
#pragma comment(lib, "msimg32.lib")
|
||||
#pragma comment(lib, "uxtheme.lib")
|
||||
|
||||
using namespace std;
|
||||
using std::min;
|
||||
using std::shared_ptr;
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user