Index: chrome/browser/chromeos/gdata/gdata_operations.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.h b/chrome/browser/chromeos/gdata/gdata_operations.h |
index a191440ea785109eb7a9e63e04436c111cb7bdf0..05f600caa275d12a7c6f6f6eb493e9e2497d60ea 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_operations.h |
+++ b/chrome/browser/chromeos/gdata/gdata_operations.h |
@@ -140,6 +140,7 @@ class UrlFetchOperationBase : public GDataOperationInterface, |
bool save_temp_file_; |
FilePath output_file_path_; |
scoped_ptr<content::URLFetcher> url_fetcher_; |
+ bool started_; |
}; |
//============================ EntryActionOperation ============================ |