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

Unified Diff: public/web/WebPageVisibilityState.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/WebPageSerializerClient.h ('k') | public/web/WebPasswordFormData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPageVisibilityState.h
diff --git a/public/web/WebPageVisibilityState.h b/public/web/WebPageVisibilityState.h
index 8eb867fa201b78df381cd565968374998157d433..834ca6e384d5af34838e3a96250326e08badaf35 100644
--- a/public/web/WebPageVisibilityState.h
+++ b/public/web/WebPageVisibilityState.h
@@ -31,7 +31,7 @@
#ifndef WebPageVisibilityState_h
#define WebPageVisibilityState_h
-namespace WebKit {
+namespace blink {
// The following enum should be consistent with the PageVisibilityState enum
// defined in WebCore.
@@ -42,6 +42,6 @@ enum WebPageVisibilityState {
WebPageVisibilityStatePreview
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebPageSerializerClient.h ('k') | public/web/WebPasswordFormData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698