Index: net/disk_cache/simple/simple_index.h |
diff --git a/net/disk_cache/simple/simple_index.h b/net/disk_cache/simple/simple_index.h |
index 6c0d81c99a6e52f617bcb6816598ebb22e38bef0..d5894c49a7773adb63787ea6301fcf10ab2ec39c 100644 |
--- a/net/disk_cache/simple/simple_index.h |
+++ b/net/disk_cache/simple/simple_index.h |
@@ -149,7 +149,7 @@ class NET_EXPORT_PRIVATE SimpleIndex |
void MergeInitializingSet(scoped_ptr<SimpleIndexLoadResult> load_result); |
#if defined(OS_ANDROID) |
- void OnActivityStateChange(base::android::ActivityState state); |
+ void OnApplicationStateChange(base::android::ApplicationState state); |
scoped_ptr<base::android::ActivityStatus::Listener> activity_status_listener_; |
#endif |