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

Unified Diff: public/web/WebTextCheckingResult.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « public/web/WebTextAreaElement.h ('k') | public/web/WebTextRun.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebTextCheckingResult.h
diff --git a/public/web/WebTextCheckingResult.h b/public/web/WebTextCheckingResult.h
index 088ab741b9d1f2e11c762954dc930ab0c1f7922d..f1f6c86472a2535948b8ff4dd8cd061aed61207b 100644
--- a/public/web/WebTextCheckingResult.h
+++ b/public/web/WebTextCheckingResult.h
@@ -35,7 +35,7 @@
#include "../platform/WebString.h"
#include "WebTextDecorationType.h"
-namespace WebCore {
+namespace blink {
struct TextCheckingResult;
}
@@ -61,7 +61,7 @@ struct WebTextCheckingResult {
}
#if BLINK_IMPLEMENTATION
- operator WebCore::TextCheckingResult() const;
+ operator blink::TextCheckingResult() const;
#endif
WebTextDecorationType decoration;
« no previous file with comments | « public/web/WebTextAreaElement.h ('k') | public/web/WebTextRun.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698