| Index: webkit/common/blob/shareable_file_reference.h
|
| ===================================================================
|
| --- webkit/common/blob/shareable_file_reference.h (revision 0)
|
| +++ webkit/common/blob/shareable_file_reference.h (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.
|
|
|
| -#ifndef WEBKIT_BLOB_SHAREABLE_FILE_REFERENCE_H_
|
| -#define WEBKIT_BLOB_SHAREABLE_FILE_REFERENCE_H_
|
| +#ifndef WEBKIT_COMMON_BLOB_SHAREABLE_FILE_REFERENCE_H_
|
| +#define WEBKIT_COMMON_BLOB_SHAREABLE_FILE_REFERENCE_H_
|
|
|
| #include <vector>
|
|
|
| -#include "webkit/blob/scoped_file.h"
|
| +#include "webkit/common/blob/scoped_file.h"
|
|
|
| namespace webkit_blob {
|
|
|
| @@ -71,4 +71,4 @@
|
|
|
| } // namespace webkit_blob
|
|
|
| -#endif // WEBKIT_BLOB_SHAREABLE_FILE_REFERENCE_H_
|
| +#endif // WEBKIT_COMMON_BLOB_SHAREABLE_FILE_REFERENCE_H_
|
|
|