Index: tools/battor_agent/battor_finder.h |
diff --git a/tools/battor_agent/battor_finder.h b/tools/battor_agent/battor_finder.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fe6fa79c7bc5473ef3f7a1c5f9970227a5457f68 |
--- /dev/null |
+++ b/tools/battor_agent/battor_finder.h |
@@ -0,0 +1,23 @@ |
+// Copyright 2016 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 TOOLS_BATTOR_AGENT_BATTOR_FINDER_H_ |
+#define TOOLS_BATTOR_AGENT_BATTOR_FINDER_H_ |
+ |
+#include <string> |
+ |
+#include "base/macros.h" |
+ |
+namespace battor { |
+ |
+class BattOrFinder { |
+ public: |
+ static std::string FindBattOr(); |
+ |
+ DISALLOW_COPY_AND_ASSIGN(BattOrFinder); |
+}; |
+ |
+} // namespace battor |
+ |
+#endif // TOOLS_BATTOR_AGENT_BATTOR_FINDER_H_ |