Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / fetch / CachePolicy.h
index bffddfe..86e0fa3 100644 (file)
 #ifndef CachePolicy_h
 #define CachePolicy_h
 
-namespace WebCore {
+namespace blink {
 
 enum CachePolicy {
-    CachePolicyCache,
     CachePolicyVerify,
     CachePolicyRevalidate,
     CachePolicyReload,