| Index: public/platform/WebFilterOperations.h
|
| diff --git a/public/platform/WebFilterOperations.h b/public/platform/WebFilterOperations.h
|
| index 4eca8352ac04b9a1b39ff8529abd08d616f1a9bf..8fc038dd6217b929c3890c3e1a03b51f8e2ab2e6 100644
|
| --- a/public/platform/WebFilterOperations.h
|
| +++ b/public/platform/WebFilterOperations.h
|
| @@ -31,7 +31,7 @@
|
| #include "WebColor.h"
|
| #include "WebPoint.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // An ordered list of filter operations.
|
| class WebFilterOperations {
|
| @@ -58,6 +58,6 @@ public:
|
| virtual void clear() = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebFilterOperations_h
|
|
|