| Index: public/platform/WebFileError.h
|
| diff --git a/public/platform/WebFileError.h b/public/platform/WebFileError.h
|
| index e7a17c329183ca36ada8eba67278dd333ba56fd5..e8b553e84854d50ae799eb13650ace413493961c 100644
|
| --- a/public/platform/WebFileError.h
|
| +++ b/public/platform/WebFileError.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef WebFileError_h
|
| #define WebFileError_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // File-related error code defined in HTML5 File API.
|
| enum WebFileError {
|
| @@ -48,6 +48,6 @@ enum WebFileError {
|
| WebFileErrorPathExists = 12,
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|