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

Unified Diff: chrome/browser/ui/ash/user_action_handler.cc

Issue 10823280: ash: Fix include paths and header guards. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/ui/ash/user_action_handler.h ('k') | chrome/browser/ui/ash/window_positioner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/user_action_handler.cc
diff --git a/chrome/browser/ui/ash/user_action_handler.cc b/chrome/browser/ui/ash/user_action_handler.cc
index ce1daa2587c1f854180f86428f99cc7bb4d8402f..3df6e671f9d4413dd4041281861165a776ae83bf 100644
--- a/chrome/browser/ui/ash/user_action_handler.cc
+++ b/chrome/browser/ui/ash/user_action_handler.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 "chrome/browser/ui/views/ash/user_action_handler.h"
+#include "chrome/browser/ui/ash/user_action_handler.h"
#include "ash/wm/window_util.h"
#include "chrome/browser/ui/browser.h"
« no previous file with comments | « chrome/browser/ui/ash/user_action_handler.h ('k') | chrome/browser/ui/ash/window_positioner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698