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

Unified Diff: public/platform/WebPermissionCallbacks.h

Issue 462843003: Cleanup namespace usage in public/platform/{Web[P-W]*,linux/*}.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « no previous file | public/platform/WebPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPermissionCallbacks.h
diff --git a/public/platform/WebPermissionCallbacks.h b/public/platform/WebPermissionCallbacks.h
index a19a7ac3d2199fa2ea963819a32fd79cdef809c6..59e917291d84658151e7078306b950c310c995a0 100644
--- a/public/platform/WebPermissionCallbacks.h
+++ b/public/platform/WebPermissionCallbacks.h
@@ -7,14 +7,11 @@
#include "WebPrivatePtr.h"
-namespace blink {
-class PermissionCallbacks;
-}
-
namespace WTF { template <typename T> class PassOwnPtr; }
namespace blink {
+class PermissionCallbacks;
class WebPermissionCallbacksPrivate;
class WebPermissionCallbacks {
@@ -32,7 +29,7 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebPermissionCallbacks&);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebPermissionCallbacks(const WTF::PassOwnPtr<blink::PermissionCallbacks>&);
+ BLINK_PLATFORM_EXPORT WebPermissionCallbacks(const WTF::PassOwnPtr<PermissionCallbacks>&);
#endif
BLINK_PLATFORM_EXPORT void doAllow();
« no previous file with comments | « no previous file | public/platform/WebPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698