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

Unified Diff: public/web/WebPerformance.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/web/WebPasswordGeneratorClient.h ('k') | public/web/WebPermissionClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPerformance.h
diff --git a/public/web/WebPerformance.h b/public/web/WebPerformance.h
index 8309445d2cb61091ad16c1182428c816a40bb910..99d973a8953e4f6c8d51939ea3196cf45b7e7bdc 100644
--- a/public/web/WebPerformance.h
+++ b/public/web/WebPerformance.h
@@ -37,7 +37,7 @@
namespace WebCore { class Performance; }
-namespace WebKit {
+namespace blink {
class WebPerformance {
public:
@@ -91,6 +91,6 @@ private:
WebPrivatePtr<WebCore::Performance> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebPasswordGeneratorClient.h ('k') | public/web/WebPermissionClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698