// 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_NETWORK_PROFILE_BUBBLE_H_ #define CHROME_BROWSER_UI_NETWORK_PROFILE_BUBBLE_H_ class Browser; class Profile; namespace base { class FilePath; } namespace user_prefs { class PrefRegistrySyncable; } // This class will try to detect if the profile is on a network share and if // this is the case notify the user with an info bubble. class NetworkProfileBubble { … }; #endif // CHROME_BROWSER_UI_NETWORK_PROFILE_BUBBLE_H_