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

Unified Diff: content/renderer/date_time_formatter.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « content/renderer/cursor_utils.cc ('k') | content/renderer/date_time_formatter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/date_time_formatter.h
diff --git a/content/renderer/date_time_formatter.h b/content/renderer/date_time_formatter.h
index b2b73410216be8e0ecc00e53cb04d7274ca46ada..b91e117f8748fd7947c99bbdf94aab03da7d36a0 100644
--- a/content/renderer/date_time_formatter.h
+++ b/content/renderer/date_time_formatter.h
@@ -13,9 +13,9 @@
#include "third_party/icu/source/i18n/unicode/gregocal.h"
#include "ui/base/ime/text_input_type.h"
-namespace WebKit {
+namespace blink {
struct WebDateTimeChooserParams;
-} // namespace WebKit
+} // namespace blink
namespace content {
@@ -24,7 +24,7 @@ namespace content {
// It is timezone agnostic.
class CONTENT_EXPORT DateTimeFormatter {
public:
- explicit DateTimeFormatter(const WebKit::WebDateTimeChooserParams& source);
+ explicit DateTimeFormatter(const blink::WebDateTimeChooserParams& source);
DateTimeFormatter(ui::TextInputType type,
int year,
int month,
@@ -55,7 +55,7 @@ class CONTENT_EXPORT DateTimeFormatter {
const std::string FormatString() const;
int ExtractValue(
const icu::Calendar* calendar, UCalendarDateFields value) const;
- void ExtractType(const WebKit::WebDateTimeChooserParams& source);
+ void ExtractType(const blink::WebDateTimeChooserParams& source);
void ClearAll();
ui::TextInputType type_;
« no previous file with comments | « content/renderer/cursor_utils.cc ('k') | content/renderer/date_time_formatter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698