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

Unified Diff: public/platform/WebApplicationCacheHost.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/platform/WebAnimation.h ('k') | public/platform/WebAudioBus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebApplicationCacheHost.h
diff --git a/public/platform/WebApplicationCacheHost.h b/public/platform/WebApplicationCacheHost.h
index ccd0b6a1a330d59df29e462c5e2ac88f20d1c030..bf037f0774131455fa9dc2a5f4bcd768deacae8f 100644
--- a/public/platform/WebApplicationCacheHost.h
+++ b/public/platform/WebApplicationCacheHost.h
@@ -48,7 +48,7 @@ struct WebURLError;
// and calls delete when the instance is no longer needed.
class WebApplicationCacheHost {
public:
- // These values must match WebCore::ApplicationCacheHost::Status values
+ // These values must match blink::ApplicationCacheHost::Status values
enum Status {
Uncached,
Idle,
@@ -58,7 +58,7 @@ public:
Obsolete
};
- // These values must match WebCore::ApplicationCacheHost::EventID values
+ // These values must match blink::ApplicationCacheHost::EventID values
enum EventID {
CheckingEvent,
ErrorEvent,
« no previous file with comments | « public/platform/WebAnimation.h ('k') | public/platform/WebAudioBus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698