// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_MEMORY_SAVER_BUBBLE_VIEW_H_ #define CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_MEMORY_SAVER_BUBBLE_VIEW_H_ #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/performance_controls/memory_saver_bubble_observer.h" #include "ui/views/bubble/bubble_dialog_model_host.h" #include "ui/views/view.h" class MemorySaverBubbleView { … }; #endif // CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_MEMORY_SAVER_BUBBLE_VIEW_H_