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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/fake_core_interface.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_core_interface.h
diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_core_interface.h b/native_client_sdk/src/tests/nacl_io_test/fake_core_interface.h
index cae326fe740f2c67dde0470db51471e53c641c17..19d53a2354427099e2218fa5b0d4db7212e64a2f 100644
--- a/native_client_sdk/src/tests/nacl_io_test/fake_core_interface.h
+++ b/native_client_sdk/src/tests/nacl_io_test/fake_core_interface.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_CORE_INTERFACE_H_
-#define LIBRARIES_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_
+#ifndef TESTS_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_
+#define TESTS_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_
#include "fake_resource_manager.h"
#include "nacl_io/pepper_interface.h"
@@ -25,4 +25,4 @@ class FakeCoreInterface : public nacl_io::CoreInterface {
DISALLOW_COPY_AND_ASSIGN(FakeCoreInterface);
};
-#endif // LIBRARIES_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_
+#endif // TESTS_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_

Powered by Google App Engine
This is Rietveld 408576698