Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1114)

Unified Diff: android_webview/browser/net/input_stream_reader.h

Issue 2928823004: Fix header guard and namespace in android_webview (Closed)
Patch Set: Fix header guard and namespace in android_webview Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698