| Index: chrome/browser/google_apis/gdata_operations_unittest.cc
|
| diff --git a/chrome/browser/google_apis/gdata_operations_unittest.cc b/chrome/browser/google_apis/gdata_operations_unittest.cc
|
| index 25a21e972f3e73e6edb002629eeb41a94884d3fb..b1cedc0c291153785f4829631c3cb732e7c83b11 100644
|
| --- a/chrome/browser/google_apis/gdata_operations_unittest.cc
|
| +++ b/chrome/browser/google_apis/gdata_operations_unittest.cc
|
| @@ -36,7 +36,7 @@ class JsonParseTestGetDataOperation : public GetDataOperation {
|
| }
|
|
|
| void NotifyFailure() {
|
| - NotifyFinish(OperationRegistry::OPERATION_FAILED);
|
| + NotifyFinish(OPERATION_FAILED);
|
| }
|
|
|
| protected:
|
|
|