| Index: chromeos/dbus/fake_bluetooth_profile_manager_client.h | 
| diff --git a/chromeos/dbus/fake_bluetooth_profile_manager_client.h b/chromeos/dbus/fake_bluetooth_profile_manager_client.h | 
| index b6ae0b6775ee673af4038b1262664c081e8f8a7c..c1426064d56d926e2b38ec467f241ca54814c462 100644 | 
| --- a/chromeos/dbus/fake_bluetooth_profile_manager_client.h | 
| +++ b/chromeos/dbus/fake_bluetooth_profile_manager_client.h | 
| @@ -51,6 +51,7 @@ class CHROMEOS_EXPORT FakeBluetoothProfileManagerClient | 
| // UUIDs recognised for testing. | 
| static const char kL2capUuid[]; | 
| static const char kRfcommUuid[]; | 
| +  static const char kUnregisterableUuid[]; | 
|  | 
| private: | 
| // Map of a D-Bus object path to the FakeBluetoothProfileServiceProvider | 
|  |