// Copyright 2011 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_STATUS_BUBBLE_H_ #define CHROME_BROWSER_UI_STATUS_BUBBLE_H_ #include <string> class GURL; //////////////////////////////////////////////////////////////////////////////// // StatusBubble interface // An interface implemented by an object providing the status display area of // the browser window. // class StatusBubble { … }; #endif // CHROME_BROWSER_UI_STATUS_BUBBLE_H_