// 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_PROFILES_PROFILE_IO_DATA_H_ #define CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_ #include <string> class GURL; // The ProfileIOData is slated for deletion. It currently only contains two // static methods. class ProfileIOData { … }; #endif // CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_