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

Unified Diff: android_webview/browser/input_stream_impl.h

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 years, 7 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/input_stream_impl.h
diff --git a/android_webview/native/input_stream_impl.h b/android_webview/browser/input_stream_impl.h
similarity index 94%
rename from android_webview/native/input_stream_impl.h
rename to android_webview/browser/input_stream_impl.h
index c50566308674d631e0d2a08f59420427060262c0..ef8d91bb77bbe4ccd63c730865d77845951c821b 100644
--- a/android_webview/native/input_stream_impl.h
+++ b/android_webview/browser/input_stream_impl.h
@@ -50,6 +50,6 @@ class InputStreamImpl : public InputStream {
DISALLOW_COPY_AND_ASSIGN(InputStreamImpl);
};
-} // namespace android_webview
+} // namespace android_webview
-#endif // ANDROID_WEBVIEW_NATIVE_INPUT_STREAM_H_
+#endif // ANDROID_WEBVIEW_NATIVE_INPUT_STREAM_H_

Powered by Google App Engine
This is Rietveld 408576698