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

Unified Diff: content/browser/background_sync/background_sync_registration_options.h

Issue 1215613006: Try to work around a clang/win bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | content/browser/background_sync/background_sync_registration_options.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/background_sync/background_sync_registration_options.h
diff --git a/content/browser/background_sync/background_sync_registration_options.h b/content/browser/background_sync/background_sync_registration_options.h
index 133c9f6b31ef070583532317d6412aaeb0471c66..9dcb8d9f4ba958b9c700f9e1b413ce973595852f 100644
--- a/content/browser/background_sync/background_sync_registration_options.h
+++ b/content/browser/background_sync/background_sync_registration_options.h
@@ -15,6 +15,7 @@ namespace content {
// The options passed to BackgroundSyncManager::Registration.
struct CONTENT_EXPORT BackgroundSyncRegistrationOptions {
+ BackgroundSyncRegistrationOptions();
bool Equals(const BackgroundSyncRegistrationOptions& other) const;
std::string tag;
« no previous file with comments | « no previous file | content/browser/background_sync/background_sync_registration_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698