Index: mojo/public/bindings/sample/generated/sample_service_stub.h |
diff --git a/mojo/public/bindings/sample/generated/sample_service_stub.h b/mojo/public/bindings/sample/generated/sample_service_stub.h |
deleted file mode 100644 |
index 0de1d911990687c061d0ab25c5836015ec72b154..0000000000000000000000000000000000000000 |
--- a/mojo/public/bindings/sample/generated/sample_service_stub.h |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_STUB_H_ |
-#define MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_STUB_H_ |
- |
-#include "mojo/public/bindings/lib/message.h" |
-#include "mojo/public/bindings/sample/generated/sample_service.h" |
- |
-namespace sample { |
- |
-class ServiceStub : public Service, public mojo::MessageReceiver { |
- public: |
- virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE; |
-}; |
- |
-} // namespace sample |
- |
-#endif // MOJO_GENERATED_BINDINGS_SAMPLE_SERVICE_STUB_H_ |