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

Unified Diff: android_webview/browser/test/rendering_test.cc

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/state_serializer.h ('k') | android_webview/browser/token_binding_manager_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/test/rendering_test.cc
diff --git a/android_webview/browser/test/rendering_test.cc b/android_webview/browser/test/rendering_test.cc
index d20aa189bfa7d2ae6173dd4fcf2e436c5341697d..5a65e3e76372b4479d4470b957853ce6bd9b768e 100644
--- a/android_webview/browser/test/rendering_test.cc
+++ b/android_webview/browser/test/rendering_test.cc
@@ -45,7 +45,7 @@ class TestBrowserViewRenderer : public BrowserViewRenderer {
private:
RenderingTest* const rendering_test_;
};
-}
+} // namespace
RenderingTest::RenderingTest() : message_loop_(new base::MessageLoop) {
// TODO(boliu): Update unit tests to async code path.
« no previous file with comments | « android_webview/browser/state_serializer.h ('k') | android_webview/browser/token_binding_manager_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698