Fix cpplint errors in network_delegate.cc

This commit is contained in:
Adam Roben 2013-11-17 18:09:21 -05:00
parent 784e270a4f
commit 843b21a3e8

View file

@ -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