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

Unified Diff: chrome/common/temp_scaffolding_stubs.h

Issue 179028: Revert "Fix a ton of compiler warnings." (Closed)
Patch Set: Created 11 years, 4 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 | « chrome/common/property_bag_unittest.cc ('k') | chrome/common/worker_thread_ticker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.h
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 0506afc27fcb205f905c703107f7f7646977436a..47e0e86788697ba713303f1d1a23eb5127c5223f 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -64,9 +64,9 @@ namespace printing {
class PrintViewManager : public RenderViewHostDelegate::Printing {
public:
- PrintViewManager(TabContents&) {}
+ PrintViewManager(TabContents&) { }
void Stop() { NOTIMPLEMENTED(); }
- void Destroy() {}
+ void Destroy() { }
bool OnRenderViewGone(RenderViewHost*) {
NOTIMPLEMENTED();
return true; // Assume for now that all renderer crashes are important.
@@ -115,7 +115,7 @@ class PrinterQuery : public base::RefCountedThreadSafe<PrinterQuery> {
class PrintJobManager {
public:
- void OnQuit() {}
+ void OnQuit() { }
void PopPrinterQuery(int document_cookie, scoped_refptr<PrinterQuery>* job) {
NOTIMPLEMENTED();
}
@@ -150,9 +150,8 @@ class DockInfo {
class RepostFormWarningDialog {
public:
- static void RunRepostFormWarningDialog(NavigationController*) {}
- protected:
- ~RepostFormWarningDialog() {}
+ static void RunRepostFormWarningDialog(NavigationController*) { }
+ virtual ~RepostFormWarningDialog() { }
};
class BaseDragSource {
« no previous file with comments | « chrome/common/property_bag_unittest.cc ('k') | chrome/common/worker_thread_ticker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698