Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebImageCache.cpp
index 5e87767..31c518a 100644 (file)
  */
 
 #include "config.h"
-#include "WebImageCache.h"
+#include "public/web/WebImageCache.h"
 
-#include "core/platform/graphics/chromium/ImageDecodingStore.h"
+#include "platform/graphics/ImageDecodingStore.h"
 
 using WebCore::ImageDecodingStore;
 
-namespace WebKit {
+namespace blink {
 
 void WebImageCache::setCacheLimitInBytes(size_t size)
 {
@@ -58,4 +58,4 @@ unsigned WebImageCache::cacheEntries()
     return ImageDecodingStore::instance()->cacheEntries();
 }
 
-}  // namespace WebKit
+}  // namespace blink