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

Unified Diff: chrome/service/cloud_print/print_system.h

Issue 576563002: Fixed indentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_expose2
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/print_system.h
diff --git a/chrome/service/cloud_print/print_system.h b/chrome/service/cloud_print/print_system.h
index 2da5f31ecbed5b64fea932a2596e91eb8c467437..6e06bae11db71944f96441ac1cda806032c5ed0b 100644
--- a/chrome/service/cloud_print/print_system.h
+++ b/chrome/service/cloud_print/print_system.h
@@ -74,12 +74,12 @@ class PrintSystem : public base::RefCountedThreadSafe<PrintSystem> {
public:
// Callback interface for new printer notifications.
class Delegate {
- public:
- virtual void OnPrinterAdded() = 0;
- // TODO(gene): Do we need OnPrinterDeleted notification here?
+ public:
+ virtual void OnPrinterAdded() = 0;
+ // TODO(gene): Do we need OnPrinterDeleted notification here?
- protected:
- virtual ~Delegate() {}
+ protected:
+ virtual ~Delegate() {}
};
virtual bool StartWatching(PrintServerWatcher::Delegate* delegate) = 0;
@@ -94,13 +94,13 @@ class PrintSystem : public base::RefCountedThreadSafe<PrintSystem> {
public:
// Callback interface for printer updates notifications.
class Delegate {
- public:
- virtual void OnPrinterDeleted() = 0;
- virtual void OnPrinterChanged() = 0;
- virtual void OnJobChanged() = 0;
+ public:
+ virtual void OnPrinterDeleted() = 0;
+ virtual void OnPrinterChanged() = 0;
+ virtual void OnJobChanged() = 0;
- protected:
- virtual ~Delegate() {}
+ protected:
+ virtual ~Delegate() {}
};
virtual bool StartWatching(PrinterWatcher::Delegate* delegate) = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698