Index: content/renderer/pepper/ppb_uma_private_impl.h |
diff --git a/content/renderer/pepper/ppb_uma_private_impl.h b/content/renderer/pepper/ppb_uma_private_impl.h |
deleted file mode 100644 |
index 91eae471043b6eb2475f30eecf4197c8b632a12c..0000000000000000000000000000000000000000 |
--- a/content/renderer/pepper/ppb_uma_private_impl.h |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
yzshen1
2013/12/04 19:32:51
weird, the file is not showed as deleted.
elijahtaylor1
2013/12/21 02:26:21
Yeah, it's deleted in my git repo, hopefully a cod
|
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CONTENT_RENDERER_PEPPER_PPB_UMA_PRIVATE_IMPL_H_ |
-#define CONTENT_RENDERER_PEPPER_PPB_UMA_PRIVATE_IMPL_H_ |
- |
-#include "ppapi/c/private/ppb_uma_private.h" |
- |
-namespace content { |
- |
-class PPB_UMA_Private_Impl { |
- public: |
- static const PPB_UMA_Private* GetInterface(); |
-}; |
- |
-} // namespace content |
- |
-#endif // CONTENT_RENDERER_PEPPER_PPB_UMA_PRIVATE_IMPL_H_ |