Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.h

Issue 137853023: [NaCl SDK] nacl_io: Add new fakes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.h
diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.h b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.h
index 5945d13d813c56ce728afb6435099b574db362fa..1905e2071800dc7774be7dfeb7d811130c1ebbf0 100644
--- a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.h
+++ b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef LIBRARIES_NACL_IO_TEST_FAKE_PEPPER_INTERFACE_URL_LOADER_H_
-#define LIBRARIES_NACL_IO_TEST_FAKE_PEPPER_INTERFACE_URL_LOADER_H_
+#ifndef TESTS_NACL_IO_TEST_FAKE_PEPPER_INTERFACE_URL_LOADER_H_
+#define TESTS_NACL_IO_TEST_FAKE_PEPPER_INTERFACE_URL_LOADER_H_
#include <map>
#include <string>
@@ -11,6 +11,7 @@
#include "fake_core_interface.h"
#include "fake_var_interface.h"
+#include "fake_var_manager.h"
#include "nacl_io/pepper_interface_dummy.h"
#include "sdk_util/macros.h"
@@ -139,6 +140,7 @@ class FakePepperInterfaceURLLoader : public nacl_io::PepperInterfaceDummy {
FakeCoreInterface core_interface_;
FakeVarInterface var_interface_;
+ FakeVarManager var_manager_;
FakeURLLoaderServer server_template_;
FakeURLLoaderInterface url_loader_interface_;
FakeURLRequestInfoInterface url_request_info_interface_;
@@ -148,4 +150,4 @@ class FakePepperInterfaceURLLoader : public nacl_io::PepperInterfaceDummy {
DISALLOW_COPY_AND_ASSIGN(FakePepperInterfaceURLLoader);
};
-#endif // LIBRARIES_NACL_IO_TEST_FAKE_PEPPER_INTERFACE_URL_LOADER_H_
+#endif // TESTS_NACL_IO_TEST_FAKE_PEPPER_INTERFACE_URL_LOADER_H_

Powered by Google App Engine
This is Rietveld 408576698