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

Unified Diff: chrome/browser/location_bar.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/browser/input_window_dialog.h ('k') | chrome/browser/login_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/location_bar.h
diff --git a/chrome/browser/location_bar.h b/chrome/browser/location_bar.h
index f9d178fb5931b3e5ace66863d652a22c1aa4a47c..c8e9293935a9ee837c0aee503c4450e34486a24b 100644
--- a/chrome/browser/location_bar.h
+++ b/chrome/browser/location_bar.h
@@ -64,17 +64,12 @@ class LocationBar {
// Returns a pointer to the testing interface.
virtual LocationBarTesting* GetLocationBarForTesting() = 0;
-
- protected:
- ~LocationBar() {}
};
class LocationBarTesting {
public:
// Returns the number of visible page actions in the Omnibox.
virtual int PageActionVisibleCount() = 0;
- protected:
- ~LocationBarTesting() {}
};
#endif // CHROME_BROWSER_LOCATION_BAR_H_
« no previous file with comments | « chrome/browser/input_window_dialog.h ('k') | chrome/browser/login_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698