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

Unified Diff: public/web/WebFileChooserParams.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/WebFileChooserCompletion.h ('k') | public/web/WebFindOptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFileChooserParams.h
diff --git a/public/web/WebFileChooserParams.h b/public/web/WebFileChooserParams.h
index c651a11bbdc1dc953a1e31b21e928e99fa3c3e0f..2f8f40c652c034267c86c17768f630028166fe25 100644
--- a/public/web/WebFileChooserParams.h
+++ b/public/web/WebFileChooserParams.h
@@ -35,7 +35,7 @@
#include "../platform/WebVector.h"
#include "WebFileChooserCompletion.h"
-namespace WebKit {
+namespace blink {
struct WebFileChooserParams {
// If |multiSelect| is true, the dialog allows the user to select multiple files.
@@ -81,6 +81,6 @@ struct WebFileChooserParams {
}
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebFileChooserCompletion.h ('k') | public/web/WebFindOptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698