Index: storage/browser/blob/view_blob_internals_job.h |
diff --git a/webkit/browser/blob/view_blob_internals_job.h b/storage/browser/blob/view_blob_internals_job.h |
similarity index 87% |
copy from webkit/browser/blob/view_blob_internals_job.h |
copy to storage/browser/blob/view_blob_internals_job.h |
index 9fcf33dc84bd311f14da9ed4caf0c971cf65e816..3fc2f08a576da0a4c6b7c720faac30dba04bb68f 100644 |
--- a/webkit/browser/blob/view_blob_internals_job.h |
+++ b/storage/browser/blob/view_blob_internals_job.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_BROWSER_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
-#define WEBKIT_BROWSER_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
+#ifndef STORAGE_BROWSER_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
+#define STORAGE_BROWSER_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
#include <string> |
#include "base/memory/weak_ptr.h" |
#include "net/url_request/url_request_simple_job.h" |
-#include "webkit/browser/storage_browser_export.h" |
+#include "storage/browser/storage_browser_export.h" |
namespace net { |
class URLRequest; |
@@ -54,4 +54,4 @@ class STORAGE_EXPORT ViewBlobInternalsJob |
} // namespace storage |
-#endif // WEBKIT_BROWSER_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |
+#endif // STORAGE_BROWSER_BLOB_VIEW_BLOB_INTERNALS_JOB_H_ |