| Index: webkit/port/platform/network/chromium/AuthenticationChallengeChromium.cpp
|
| ===================================================================
|
| --- webkit/port/platform/network/chromium/AuthenticationChallengeChromium.cpp (revision 0)
|
| +++ webkit/port/platform/network/chromium/AuthenticationChallengeChromium.cpp (working copy)
|
| @@ -21,16 +21,16 @@
|
| * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - */
|
| -
|
| -#include "config.h"
|
| -#include "AuthenticationChallenge.h"
|
| -
|
| -namespace WebCore {
|
| -
|
| -bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b)
|
| -{
|
| - return true;
|
| -}
|
| -
|
| -} // namespace WebCore
|
| + */
|
| +
|
| +#include "config.h"
|
| +#include "AuthenticationChallenge.h"
|
| +
|
| +namespace WebCore {
|
| +
|
| +bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b)
|
| +{
|
| + return true;
|
| +}
|
| +
|
| +} // namespace WebCore
|
|
|
| Property changes on: webkit\port\platform\network\chromium\AuthenticationChallengeChromium.cpp
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/webkit/port/platform/network/AuthenticationChallenge.cpp:r69-2775
|
|
|
|
|
|
|