diff options
7 files changed, 7 insertions, 7 deletions
diff --git a/chrome/browser/chromeos/login/mock_eula_screen.cc b/chrome/browser/chromeos/login/mock_eula_screen.cc index 8048e43..fe125a8 100644 --- a/chrome/browser/chromeos/login/mock_eula_screen.cc +++ b/chrome/browser/chromeos/login/mock_eula_screen.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 "mock_eula_screen.h" +#include "chrome/browser/chromeos/login/mock_eula_screen.h" namespace chromeos { diff --git a/chrome/browser/chromeos/web_socket_proxy.cc b/chrome/browser/chromeos/web_socket_proxy.cc index d84ee8d..eabb827 100644 --- a/chrome/browser/chromeos/web_socket_proxy.cc +++ b/chrome/browser/chromeos/web_socket_proxy.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 "web_socket_proxy.h" +#include "chrome/browser/chromeos/web_socket_proxy.h" #include <stdio.h> #include <stdlib.h> diff --git a/chrome/browser/chromeos/web_socket_proxy_controller.cc b/chrome/browser/chromeos/web_socket_proxy_controller.cc index 3b0655f..4f820f0 100644 --- a/chrome/browser/chromeos/web_socket_proxy_controller.cc +++ b/chrome/browser/chromeos/web_socket_proxy_controller.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 "web_socket_proxy_controller.h" +#include "chrome/browser/chromeos/web_socket_proxy_controller.h" #include <algorithm> diff --git a/chrome/browser/extensions/extension_info_private_api_chromeos.cc b/chrome/browser/extensions/extension_info_private_api_chromeos.cc index b35c06c..07c81bd 100644 --- a/chrome/browser/extensions/extension_info_private_api_chromeos.cc +++ b/chrome/browser/extensions/extension_info_private_api_chromeos.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 "extension_info_private_api_chromeos.h" +#include "chrome/browser/extensions/extension_info_private_api_chromeos.h" #include "base/values.h" #include "chrome/browser/chromeos/cros/cros_library.h" diff --git a/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc b/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc index fa52215..0ea17b6 100644 --- a/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc +++ b/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.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 "touch_autocomplete_popup_contents_view.h" +#include "chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/ui/omnibox/omnibox_view.h" diff --git a/chrome/test/model_test_utils.cc b/chrome/test/model_test_utils.cc index 0dd8455..dd85800 100644 --- a/chrome/test/model_test_utils.cc +++ b/chrome/test/model_test_utils.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 "model_test_utils.h" +#include "chrome/test/model_test_utils.h" #include "base/utf_string_conversions.h" #include "chrome/browser/bookmarks/bookmark_model.h" diff --git a/remoting/client/client_logger.cc b/remoting/client/client_logger.cc index 7870478..b970697 100644 --- a/remoting/client/client_logger.cc +++ b/remoting/client/client_logger.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 "client_logger.h" +#include "remoting/client/client_logger.h" #include <stdarg.h> // va_list |