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

Unified Diff: chrome/browser/chromeos/file_system_provider/service_unittest.cc

Issue 1551753002: Build third-party code with -Wall, build chromium_code with -Wextra on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig Created 4 years, 12 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
Index: chrome/browser/chromeos/file_system_provider/service_unittest.cc
diff --git a/chrome/browser/chromeos/file_system_provider/service_unittest.cc b/chrome/browser/chromeos/file_system_provider/service_unittest.cc
index 0d5ea1e5c75ed65d4e26968d3ab39d078d2e6c72..8dea0815f390a97486928be26f484ca934be909f 100644
--- a/chrome/browser/chromeos/file_system_provider/service_unittest.cc
+++ b/chrome/browser/chromeos/file_system_provider/service_unittest.cc
@@ -151,10 +151,10 @@ class FakeRegistry : public RegistryInterface {
it->second.last_tag = watcher.last_tag;
}
- ProvidedFileSystemInfo* const file_system_info() const {
+ const ProvidedFileSystemInfo* file_system_info() const {
return file_system_info_.get();
}
- Watchers* const watchers() const { return watchers_.get(); }
+ const Watchers* watchers() const { return watchers_.get(); }
private:
scoped_ptr<ProvidedFileSystemInfo> file_system_info_;
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/provided_file_system_info.h ('k') | chromecast/crash/linux/dump_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698