summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2015-09-02 19:51:31 -0700
committerAlex Deymo <deymo@google.com>2015-09-02 19:51:31 -0700
commit532fcf2cd6071fba8b73eb08ef053b41785bc035 (patch)
tree83113ef0144f8fa165c2a482b4cd7fcc1c94514d
parent3c8d4abaa4b4798a7dbc49f5317c76b1b6332ab0 (diff)
downloadlibchromeos-532fcf2cd6071fba8b73eb08ef053b41785bc035.tar.gz
libpolicy: Fix unittest paths.
libpolicy unittests used the old 'chromeos/policy' location instead of just 'policy' for their includes. This patch fixes the path according to the new location. Bug: 23555535 TEST=mma; FEATURES=test emeger-link libchromeos Change-Id: I300a686b82e9bedf6c3151a4b7fa5b1c10ef41d3
-rw-r--r--policy/tests/libpolicy_unittest.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/policy/tests/libpolicy_unittest.cc b/policy/tests/libpolicy_unittest.cc
index 3676fd5..45475b5 100644
--- a/policy/tests/libpolicy_unittest.cc
+++ b/policy/tests/libpolicy_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromeos/policy/libpolicy.h"
+#include "policy/libpolicy.h"
#include <openssl/err.h>
#include <openssl/ssl.h>
@@ -11,15 +11,15 @@
#include <base/logging.h>
#include <gtest/gtest.h>
-#include "chromeos/policy/device_policy_impl.h"
+#include "policy/device_policy_impl.h"
namespace policy {
static const char kPolicyFileAllSet[] =
- "chromeos/policy/tests/whitelist/policy_all";
+ "policy/tests/whitelist/policy_all";
static const char kPolicyFileNoneSet[] =
- "chromeos/policy/tests/whitelist/policy_none";
-static const char kKeyFile[] = "chromeos/policy/tests/whitelist/owner.key";
+ "policy/tests/whitelist/policy_none";
+static const char kKeyFile[] = "policy/tests/whitelist/owner.key";
// This class mocks only the minimally needed functionionality to run tests
// that would otherwise fail because of hard restrictions like root file