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

Unified Diff: android_webview/browser/child_frame.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
« no previous file with comments | « android_webview/browser/aw_renderer_priority_manager.h ('k') | android_webview/browser/child_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/child_frame.h
diff --git a/android_webview/browser/child_frame.h b/android_webview/browser/child_frame.h
index 2172effa70f9fd008d1d3597525a733e3930c13e..5e88f214561c7b040c8f0b679ada08221e85d8f7 100644
--- a/android_webview/browser/child_frame.h
+++ b/android_webview/browser/child_frame.h
@@ -56,6 +56,6 @@ class ChildFrame {
using ChildFrameQueue = std::deque<std::unique_ptr<ChildFrame>>;
-} // namespace webview
+} // namespace android_webview
#endif // ANDROID_WEBVIEW_BROWSER_CHILD_FRAME_H_
« no previous file with comments | « android_webview/browser/aw_renderer_priority_manager.h ('k') | android_webview/browser/child_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698