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

Unified Diff: Source/platform/NotImplemented.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/HostWindow.h ('k') | Source/platform/PODInterval.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/NotImplemented.h
diff --git a/Source/platform/NotImplemented.h b/Source/platform/NotImplemented.h
index f3c4bc28b63e9bcd4624c44a4be0804af45007cd..f9009ec2f7f577dc98f0d9e60221a515ef804378 100644
--- a/Source/platform/NotImplemented.h
+++ b/Source/platform/NotImplemented.h
@@ -35,7 +35,7 @@
namespace blink {
PLATFORM_EXPORT WTFLogChannel* notImplementedLoggingChannel();
-}
+} // namespace blink
#define notImplemented() do { \
static bool havePrinted = false; \
« no previous file with comments | « Source/platform/HostWindow.h ('k') | Source/platform/PODInterval.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698