| Index: webkit/browser/blob/blob_storage_host.cc
|
| ===================================================================
|
| --- webkit/browser/blob/blob_storage_host.cc (revision 0)
|
| +++ webkit/browser/blob/blob_storage_host.cc (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/blob/blob_storage_host.h"
|
| +#include "webkit/browser/blob/blob_storage_host.h"
|
|
|
| #include "base/sequenced_task_runner.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/blob/blob_data_handle.h"
|
| -#include "webkit/blob/blob_storage_context.h"
|
| +#include "webkit/browser/blob/blob_data_handle.h"
|
| +#include "webkit/browser/blob/blob_storage_context.h"
|
|
|
| namespace webkit_blob {
|
|
|
|
|