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

Unified Diff: content/renderer/media/cache_util.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/media/buffered_resource_loader_unittest.cc ('k') | content/renderer/media/cache_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/cache_util.h
diff --git a/content/renderer/media/cache_util.h b/content/renderer/media/cache_util.h
index 061e87a4e73fcf3fa8d3803f6a63be37b534102f..aca8d8a9081c63622e6bc1aeb0d945470b3b88ad 100644
--- a/content/renderer/media/cache_util.h
+++ b/content/renderer/media/cache_util.h
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
#include "content/common/content_export.h"
-namespace WebKit {
+namespace blink {
class WebURLResponse;
}
@@ -34,7 +34,7 @@ enum UncacheableReason {
// Return the logical OR of the reasons "response" cannot be used for a future
// request (using the disk cache), or 0 if it might be useful.
uint32 CONTENT_EXPORT GetReasonsForUncacheability(
- const WebKit::WebURLResponse& response);
+ const blink::WebURLResponse& response);
} // namespace content
« no previous file with comments | « content/renderer/media/buffered_resource_loader_unittest.cc ('k') | content/renderer/media/cache_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698