Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: components/offline_pages/background/request_coordinator_unittest.cc

Issue 2063533002: Rewrite enum in MACRO_STYLE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change enum name to match ios convention Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/offline_pages/background/request_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/background/request_coordinator_unittest.cc
diff --git a/components/offline_pages/background/request_coordinator_unittest.cc b/components/offline_pages/background/request_coordinator_unittest.cc
index 08a187a231f629d2b8e30169642f2254a0089c91..96cb37e855a90015526b253e7ce774cd37b4a56c 100644
--- a/components/offline_pages/background/request_coordinator_unittest.cc
+++ b/components/offline_pages/background/request_coordinator_unittest.cc
@@ -115,7 +115,7 @@ class RequestCoordinatorTest
};
RequestCoordinatorTest::RequestCoordinatorTest()
- : last_get_requests_result_(RequestQueue::GetRequestsResult::kStoreFailure),
+ : last_get_requests_result_(RequestQueue::GetRequestsResult::STORE_FAILURE),
task_runner_(new base::TestSimpleTaskRunner),
task_runner_handle_(task_runner_) {}
« no previous file with comments | « no previous file | components/offline_pages/background/request_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698