Commit d4360f07 authored by tfarina@chromium.org's avatar tfarina@chromium.org

extension_utils: Fix include path and header guards.

BUG=125846
TBR=ben@chromium.org


Review URL: https://chromiumcodereview.appspot.com/10834206

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150356 0039d316-1c4b-4281-b951-d872f2087c98
parent 4fde1e14
......@@ -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"
......
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_VIEWS_ASH_EXTENSION_UTILS_H_
#define CHROME_BROWSER_UI_VIEWS_ASH_EXTENSION_UTILS_H_
#ifndef CHROME_BROWSER_UI_ASH_EXTENSION_UTILS_H_
#define CHROME_BROWSER_UI_ASH_EXTENSION_UTILS_H_
class Profile;
......@@ -21,4 +21,4 @@ void OpenExtension(Profile* profile,
} // namespace extension_utils
#endif // CHROME_BROWSER_UI_VIEWS_ASH_EXTENSION_UTILS_H_
#endif // CHROME_BROWSER_UI_ASH_EXTENSION_UTILS_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment