summaryrefslogtreecommitdiffstats
path: root/chrome/browser/location_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/location_bar.h')
-rw-r--r--chrome/browser/location_bar.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/location_bar.h b/chrome/browser/location_bar.h
index f9d178f..c8e9293 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_