| Index: content/public/test/test_fileapi_operation_waiter.cc
|
| diff --git a/content/public/test/test_fileapi_operation_waiter.cc b/content/public/test/test_fileapi_operation_waiter.cc
|
| index 1f86a39ae8cb8bd2dc825410f319b58c2bc5b009..49ca63724bd1dfbdee7de5d784f9f3fd58b20da4 100644
|
| --- a/content/public/test/test_fileapi_operation_waiter.cc
|
| +++ b/content/public/test/test_fileapi_operation_waiter.cc
|
| @@ -48,7 +48,8 @@ class FileUpdateObserverMultiplexer : public FileUpdateObserver {
|
| BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task);
|
| }
|
|
|
| - CHECK_EQ(context, context_) << "Multiprofile is not implemented";
|
| + // Multiprofile is not implemented
|
| + CHECK_EQ(context, context_);
|
|
|
| observers_.AddObserver(observer);
|
| }
|
|
|