Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 PDFium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "public/fpdfview.h" | |
| 6 | |
| 7 #include "testing/embedder_test.h" | |
| 8 #include "testing/gtest/include/gtest/gtest.h" | |
| 9 | |
| 10 class CPDFDataAvailEmbeddertest : public EmbedderTest {}; | |
|
Lei Zhang
2016/11/01 22:51:29
Did you actually want to add this empty test?
snake
2016/11/02 12:11:17
Was added by mistake. Removed.
| |
| OLD | NEW |