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

Unified Diff: Source/platform/PermissionCallbacks.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/PermissionCallbacks.h ('k') | Source/platform/PlatformEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PermissionCallbacks.cpp
diff --git a/Source/platform/PermissionCallbacks.cpp b/Source/platform/PermissionCallbacks.cpp
index b8860a7183d34236879d9798e8af19438809125f..e11a579fc1d0fab1e54a31f6810588eed73c4198 100644
--- a/Source/platform/PermissionCallbacks.cpp
+++ b/Source/platform/PermissionCallbacks.cpp
@@ -32,7 +32,7 @@
#include "platform/PermissionCallbacks.h"
-namespace WebCore {
+namespace blink {
PassOwnPtr<PermissionCallbacks> PermissionCallbacks::create(const Closure& allowed, const Closure& denied)
{
@@ -45,4 +45,4 @@ PermissionCallbacks::PermissionCallbacks(const Closure& allowed, const Closure&
{
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/PermissionCallbacks.h ('k') | Source/platform/PlatformEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698