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

Unified Diff: content/common_child/webblobregistry_impl.cc

Issue 15746017: Move webkit/blob to new locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 | « content/common_child/webblobregistry_impl.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common_child/webblobregistry_impl.cc
===================================================================
--- content/common_child/webblobregistry_impl.cc (revision 201604)
+++ content/common_child/webblobregistry_impl.cc (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/fileapi/webblobregistry_impl.h"
+#include "content/common_child/webblobregistry_impl.h"
#include "base/memory/ref_counted.h"
#include "base/message_loop.h"
@@ -14,7 +14,7 @@
#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
#include "webkit/base/file_path_string_conversions.h"
-#include "webkit/blob/blob_data.h"
+#include "webkit/common/blob/blob_data.h"
using WebKit::WebBlobData;
using WebKit::WebString;
« no previous file with comments | « content/common_child/webblobregistry_impl.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698