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

Unified Diff: android_webview/browser/aw_contents_background_thread_client.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/aw_contents_background_thread_client.h
diff --git a/android_webview/browser/aw_contents_background_thread_client.h b/android_webview/browser/aw_contents_background_thread_client.h
index 73e3402b15e7549439ac9f93fc06e7c10c75cdb4..d7b5333d5eb273109b2cc9fae583bc72e8428ab7 100644
--- a/android_webview/browser/aw_contents_background_thread_client.h
+++ b/android_webview/browser/aw_contents_background_thread_client.h
@@ -21,6 +21,6 @@ class AwContentsBackgroundThreadClient {
const base::android::JavaRef<jobjectArray>& requestHeaderNames,
const base::android::JavaRef<jobjectArray>& requestHeaderValues);
};
-}
+} // namespace android_webview
#endif // ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_BACKGROUND_THREAD_CLIENT_H_
« no previous file with comments | « android_webview/browser/aw_content_browser_client.h ('k') | android_webview/browser/aw_contents_client_bridge_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698