From d75c4e1f5e6d8ae1f55a8a54410a768f10f1a66c Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Tue, 9 Mar 2010 02:34:14 +0000 Subject: svn prop fixes. Applied to all files not in third_party. * Removed eol-style, executable and mergeinfo from BMP/GIF/ICO/JPEG files, and set correct mime-type. * Removed executable and mergeinfo from .c/.cc/.cpp/.h/.m/.mm and .gyp files, and set eol-style to LF. TBR=evanm BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40991 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/glue/autofill_change_processor.cc | 0 chrome/browser/sync/glue/autofill_change_processor.h | 0 chrome/browser/sync/glue/autofill_data_type_controller.cc | 0 chrome/browser/sync/glue/autofill_data_type_controller.h | 0 chrome/browser/sync/glue/autofill_model_associator.cc | 0 chrome/browser/sync/glue/autofill_model_associator.h | 0 chrome/browser/sync/glue/http_bridge.cc | 0 chrome/browser/sync/glue/http_bridge.h | 0 chrome/browser/sync/glue/http_bridge_unittest.cc | 0 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 chrome/browser/sync/glue/autofill_change_processor.cc mode change 100755 => 100644 chrome/browser/sync/glue/autofill_change_processor.h mode change 100755 => 100644 chrome/browser/sync/glue/autofill_data_type_controller.cc mode change 100755 => 100644 chrome/browser/sync/glue/autofill_data_type_controller.h mode change 100755 => 100644 chrome/browser/sync/glue/autofill_model_associator.cc mode change 100755 => 100644 chrome/browser/sync/glue/autofill_model_associator.h mode change 100755 => 100644 chrome/browser/sync/glue/http_bridge.cc mode change 100755 => 100644 chrome/browser/sync/glue/http_bridge.h mode change 100755 => 100644 chrome/browser/sync/glue/http_bridge_unittest.cc (limited to 'chrome/browser/sync/glue') diff --git a/chrome/browser/sync/glue/autofill_change_processor.cc b/chrome/browser/sync/glue/autofill_change_processor.cc old mode 100755 new mode 100644 diff --git a/chrome/browser/sync/glue/autofill_change_processor.h b/chrome/browser/sync/glue/autofill_change_processor.h old mode 100755 new mode 100644 diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.cc b/chrome/browser/sync/glue/autofill_data_type_controller.cc old mode 100755 new mode 100644 diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.h b/chrome/browser/sync/glue/autofill_data_type_controller.h old mode 100755 new mode 100644 diff --git a/chrome/browser/sync/glue/autofill_model_associator.cc b/chrome/browser/sync/glue/autofill_model_associator.cc old mode 100755 new mode 100644 diff --git a/chrome/browser/sync/glue/autofill_model_associator.h b/chrome/browser/sync/glue/autofill_model_associator.h old mode 100755 new mode 100644 diff --git a/chrome/browser/sync/glue/http_bridge.cc b/chrome/browser/sync/glue/http_bridge.cc old mode 100755 new mode 100644 diff --git a/chrome/browser/sync/glue/http_bridge.h b/chrome/browser/sync/glue/http_bridge.h old mode 100755 new mode 100644 diff --git a/chrome/browser/sync/glue/http_bridge_unittest.cc b/chrome/browser/sync/glue/http_bridge_unittest.cc old mode 100755 new mode 100644 -- cgit v1.1