Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfile


Originally landed as: http://src.chromium.org/viewvc/chrome?view=rev&revision=129752
Reverted in: http://src.chromium.org/viewvc/chrome?view=rev&revision=129765

Review URL: http://codereview.chromium.org/9863027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129816 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
index 6d92774..e988685 100644
--- a/content/common/gpu/gpu_command_buffer_stub.cc
+++ b/content/common/gpu/gpu_command_buffer_stub.cc
@@ -549,7 +549,7 @@
 }
 
 void GpuCommandBufferStub::OnCreateVideoDecoder(
-    media::VideoDecodeAccelerator::Profile profile,
+    media::VideoCodecProfile profile,
     IPC::Message* reply_message) {
   int decoder_route_id = channel_->GenerateRouteID();
   GpuCommandBufferMsg_CreateVideoDecoder::WriteReplyParams(