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

Unified Diff: third_party/WebKit/Source/platform/UUID.h

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment (also filed llvm.org/PR26290) Created 4 years, 11 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 | « third_party/WebKit/Source/platform/TracedValue.cpp ('k') | third_party/WebKit/Source/platform/UUID.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/UUID.h
diff --git a/third_party/WebKit/Source/platform/UUID.h b/third_party/WebKit/Source/platform/UUID.h
index 8c48b87090545bf47d757da220404705fbc59c2e..cf5dda77185903f919b19b3f67c601dbabc11150 100644
--- a/third_party/WebKit/Source/platform/UUID.h
+++ b/third_party/WebKit/Source/platform/UUID.h
@@ -50,6 +50,6 @@ PLATFORM_EXPORT String createCanonicalUUIDString();
// of lower case hexadecimal characters separated by hyphens, in the form 8-4-4-4-12.
PLATFORM_EXPORT bool isValidUUID(const String& uuid);
-}
+} // namespace blink
#endif
« no previous file with comments | « third_party/WebKit/Source/platform/TracedValue.cpp ('k') | third_party/WebKit/Source/platform/UUID.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698