Fix cpplint errors in network_delegate.cc
This commit is contained in:
parent
784e270a4f
commit
843b21a3e8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue