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

Unified Diff: Source/platform/TraceLocation.h

Issue 467193002: Cleanup namespace usage in Source/core/platform/[A-Z]*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « Source/platform/TestingPlatformSupport.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TraceLocation.h
diff --git a/Source/platform/TraceLocation.h b/Source/platform/TraceLocation.h
index 885a2e4c5ae7c1972721d06bd276d9fe6233317c..91513a9372b1fd24a6e785fa3fc4cb88a7fe01ab 100644
--- a/Source/platform/TraceLocation.h
+++ b/Source/platform/TraceLocation.h
@@ -34,6 +34,6 @@ private:
};
#define FROM_HERE ::blink::TraceLocation(__FUNCTION__, __FILE__)
-}
+} // namespace blink
#endif // TraceLocation_h
« no previous file with comments | « Source/platform/TestingPlatformSupport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698