commit | 04f2b380d4707a3903098a7459443c9509745943 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@chromium.org> | Fri Mar 21 15:45:17 2014 -0700 |
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Wed Mar 26 05:33:52 2014 +0000 |
tree | f666608b1750ff503fa81c4e82f9f1dbfc68cd05 | |
parent | d38b113179e6d238ad7db16629b1146222c57c85 [diff] [blame] |
linter: Includes should use the full path from the source directory. Per the Google Style Guide #includes of a project's header files should be listed as descendants of the project's source directory. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Names_and_Order_of_Includes#Names_and_Order_of_Includes In update_engine, all the project's include have the update_engine/ directory prefix. BUG=None TEST=Build and unittests pass. Change-Id: I8ab300491f868723848f76c27a3d2de86598ba2f Reviewed-on: https://chromium-review.googlesource.com/191180 Reviewed-by: Chris Sosa <sosa@chromium.org> Commit-Queue: Alex Deymo <deymo@chromium.org> Tested-by: Alex Deymo <deymo@chromium.org> Reviewed-by: Don Garrett <dgarrett@chromium.org>
diff --git a/gpio_mock_udev_interface.cc b/gpio_mock_udev_interface.cc index d7e7a41..296f74f 100644 --- a/gpio_mock_udev_interface.cc +++ b/gpio_mock_udev_interface.cc
@@ -9,7 +9,7 @@ #include <base/stringprintf.h> #include <gtest/gtest.h> -#include "gpio_handler_unittest.h" +#include "update_engine/gpio_handler_unittest.h" namespace chromeos_update_engine {