mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix cpplint errors in network_delegate.cc
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE-CHROMIUM file.
|
||||
|
||||
#include "network_delegate.h"
|
||||
#include "browser/network_delegate.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "net/base/net_errors.h"
|
||||
|
||||
@@ -102,4 +104,4 @@ void NetworkDelegate::OnRequestWaitStateChange(
|
||||
RequestWaitState waiting) {
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
Reference in New Issue
Block a user