| Index: android_webview/browser/net/input_stream_reader.h
|
| diff --git a/android_webview/browser/net/input_stream_reader.h b/android_webview/browser/net/input_stream_reader.h
|
| index 160fc033d6054fd46b7f96b9a18694ce0d794aec..56df3cda7e98ec69cf3432e37cad03f8e71e60a3 100644
|
| --- a/android_webview/browser/net/input_stream_reader.h
|
| +++ b/android_webview/browser/net/input_stream_reader.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ANDROID_WEBVIEW_NATIVE_INPUT_STREAM_READER_H_
|
| -#define ANDROID_WEBVIEW_NATIVE_INPUT_STREAM_READER_H_
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_NET_INPUT_STREAM_READER_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_NET_INPUT_STREAM_READER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -59,4 +59,4 @@ class InputStreamReader {
|
|
|
| } // namespace android_webview
|
|
|
| -#endif // ANDROID_WEBVIEW_NATIVE_INPUT_STREAM_READER_H_
|
| +#endif // ANDROID_WEBVIEW_BROWSER_NET_INPUT_STREAM_READER_H_
|
|
|