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

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

Issue 10834206: extension_utils: Fix include path 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/extension_utils.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/extension_utils.cc
diff --git a/chrome/browser/ui/ash/extension_utils.cc b/chrome/browser/ui/ash/extension_utils.cc
index aa81a83f3a7914d64d0e27f0a46c07ff3b351528..b4823a30d51c5cc98ca802d960c32ee325a7ae81 100644
--- a/chrome/browser/ui/ash/extension_utils.cc
+++ b/chrome/browser/ui/ash/extension_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 "chrome/browser/ui/views/ash/extension_utils.h"
+#include "chrome/browser/ui/ash/extension_utils.h"
#include "chrome/browser/event_disposition.h"
#include "chrome/browser/extensions/extension_prefs.h"
« no previous file with comments | « chrome/browser/ui/ash/extension_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698